|
-
Apr 13th, 2001, 11:41 AM
#1
Thread Starter
Don't Panic!
Hi,
This has already been covered I expect but for the sake of trying to find it....
Can someone please tell me why this doesn't work :
lngResult = apiCreateShellLink("..\..\desktop\", "Quick View", lblPath.Caption & "\Quickview.exe", "")
When I have declared the following in a module (global)
Public Declare Function apiCreateShellLink Lib "STKIT432.DLL" Alias "fCreateShellLink" (ByVal lpstrFolderName As String, ByVal lpstrLinkName As String, ByVal lpstrLinkPath As String, ByVal lpstrLinkArgs As String) As Long
Thanks in advance
Vince
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|