Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create shortcut on desktop
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Create shortcut on desktop
Divers
Thread ID:
00861944
Message ID:
00861944
Vues:
44
I used the code below on windows ME

* Declare the function
DECLARE INTEGER CreateShellLink IN LNKFILES.DLL;
STRING @lpzLinkFileName, STRING @lpzExeFileName

lnErrorCode = CreateShellLink("c:\windows\desktop\dental.lnk","c:\dent3\dental.exe")

*******************

Can I use this code also for windows XP?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform