Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create or Edit Desktop Shortcuts
Message
De
11/08/1997 16:33:22
 
 
À
11/08/1997 14:32:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00043984
Message ID:
00044092
Vues:
37
>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

Thanks, It just so happens that I will need that one. I have been looking for documentation on the functions contained in stkit432.dll. I haven't had much luck. Where are you finding this information?

Are there functions to add\delete groups or directories in the start/programs menu?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform