Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create shortcut on desktop
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Create shortcut on desktop
Miscellaneous
Thread ID:
00861944
Message ID:
00861944
Views:
45
I used the code below on windows ME

* Declare the function
DECLARE INTEGER CreateShellLink IN LNKFILES.DLL;
STRING @lpzLinkFileName, STRING @lpzExeFileName

lnErrorCode = CreateShellLink("c:\windows\desktop\dental.lnk","c:\dent3\dental.exe")

*******************

Can I use this code also for windows XP?
Next
Reply
Map
View

Click here to load this message in the networking platform