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

Click here to load this message in the networking platform