Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Associating file extension
Message
From
18/08/2003 13:51:59
 
 
To
18/08/2003 12:53:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00821066
Message ID:
00821104
Views:
28
Thanks, I will try it.

>Hi Boban,
>You must manually or programmatically setup windows registry. I can explain that on little example:
>For example you need register extenstion ".myext" with "MyApplication.exe"
>
>[HKEY_CLASSES_ROOT\.myext]
>@="MyApp-File"
>[HKEY_CLASSES_ROOT\MyApp-File]
>@="Type there your application description"
>[HKEY_CLASSES_ROOT\MyApp-File\shell]
>[HKEY_CLASSES_ROOT\MyApp-File\shell\Open]
>[HKEY_CLASSES_ROOT\MyApp-File\shell\Open\command]
>@="C:\\YourPath\\MyApplication.exe \"%1\""
>[HKEY_CLASSES_ROOT\MyApp-File\DefaultIcon]
>@="There your app Icon"
>
>[HKEY_CLASSES_ROOT\DIZ-File\shell\print]
>[HKEY_CLASSES_ROOT\DIZ-File\shell\print\command]
>@="C:\\YourPath\\MyApplication.exe /p \"%1\""
>
>
>Denis
>
>>How can I associate file extension to open with my .EXE file which I have builded in VFP?
>>
>>I want to start my .EXE file when from Windows Explorer is double clicked some file with extension that I want.
Previous
Reply
Map
View

Click here to load this message in the networking platform