|
-
Sep 21st, 2007, 08:37 AM
#1
Thread Starter
Addicted Member
[RESOLVED] could you please explain the shell execute function
hi All,
i used shell execute method once to open a word document. at that time i copied and paste the following API from some where else.
but i don't know how it works. the API is as follows..
Private Declare Function Shellexecute Lib "shell32.dll" Alias _
"ShellExecuteA" (ByVal hwnd As Long, ByVal lpszOp As _
String, ByVal lpszFile As String, ByVal lpszParams As String, _
ByVal lpszDir As String, ByVal FsShowCmd As Long) As Long
Private Declare Function GetDesktopWindow Lib "user32" () As Long
could you please explain
(1):the parameters in the shell execute function.
(2): what the GetDesktopWindow will do?
Thanks:
regards:
raghunadhs
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
|