Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create or Edit Desktop Shortcuts
Message
From
11/08/1997 16:33:22
 
 
To
11/08/1997 14:32:48
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00043984
Message ID:
00044092
Views:
42
>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?
Previous
Reply
Map
View

Click here to load this message in the networking platform