Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create or Edit Desktop Shortcuts
Message
De
11/08/1997 14:32:48
 
 
À
11/08/1997 14:21:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00043984
Message ID:
00044058
Vues:
33
Hope it helps forgot one though:

Removing shortcuts from the deskop:

Declare Integer fRemoveShellLink ;
in stkit432.dll;
string @lpstrfoldername,;
string @lpstrlinkname
lpStrFolderName = The location relative to the Programs folder on the start menu, for the shell link's file
lpStrLinkName = The name associated with the link - the text that appears with the shell link's icon

Example call to remove the previously create test
? fCreateShellLink('..\..\Desktop','Bob test','c:\bootlog.txt','')
? fremoveshelllink('..\..\Desktop','Bob test')

Robert Horkay
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform