Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a Desktop Link
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00394305
Message ID:
00398784
Vues:
13
Sounds like the shortcut is pointing to the wrong file. You might have to modify the code somewhat to fit into your framework. It is tailored specifically to mine which points the shortcut to a launcher application not the actual application.

Basically, what it does is get the name of the directory where the shortcut program is starting from, then loops through it using ADIR() to get the name of all the possible EXE's in the directory (I usually have more than one EXE in my application directories on client computer). The loop ends when it finds the name of the actual application EXE. It then stores it to lcEXE and uses it to create the shortcut.

Charlie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform