Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API Function fCreateShellLink in STKIT432.DLL
Message
From
16/06/1998 07:54:48
Carla Silva
Http - Produtos Informaticos, Lda.
Odivelas, Portugal
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
API Function fCreateShellLink in STKIT432.DLL
Miscellaneous
Thread ID:
00108586
Message ID:
00108586
Views:
58
I`m using this function to create a shortcut to my application in the desktop, but I have a problem, I need to specify the "Start in" from my shortcut, because my application not run. Have this function an argument that permit this definition ?

the code I´m using:

gctarget="\winteste98.exe"
gctarget=trim(gctarget)

gcdirectoria=sys(5)+sys(2003)
gcdirectoria=trim(gcdirectoria)

DECLARE INTEGER fCreateShellLink in STKIT432.DLL ;
STRING lpstrFolderName, STRING lpstrLinkName, STRING lpstrLinkPath , ;
STRING lpstrLinkArgs

? FCreateShellLink("..\..\Desktop","Winteste98",gcdirectoria,gctarget)


Thanks
carla
Carla Silva
Reply
Map
View

Click here to load this message in the networking platform