Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Associating file extension
Message
De
18/08/2003 13:51:59
 
 
À
18/08/2003 12:53:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00821066
Message ID:
00821104
Vues:
27
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform