|
-
Apr 21st, 2006, 01:11 PM
#1
-
Apr 21st, 2006, 09:35 PM
#2
Re: open with data not displaying correctly
Check in your VBP file and set the File Description in the Project->Properties->Make Section
That is what VB uses to set that field in the exe.
The registry key would be HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache
Last edited by randem; Apr 21st, 2006 at 09:58 PM.
-
Apr 22nd, 2006, 11:46 AM
#3
Re: open with data not displaying correctly
this is a .NET application, so I only have a vbproj file and sln file.. no vbp...
and all the reg entries are done during INNO installation, and in the AssemblyInfo file (if you are familiar with that in .NET, its similar to the Make Section of a VB6 app) all fields about my app are filled in.
I will check that reg key though.. perhaps I need to manually set a value during install...
will post back
Last edited by kleinma; Apr 22nd, 2006 at 12:10 PM.
-
Apr 24th, 2006, 10:59 AM
#4
Re: open with data not displaying correctly
Thanks that regkey was what I needed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|