I found the following declarations in some code on the net. Where can I find
documentation on the parameters of the functions?
Private Declare Function ShellExecute Lib "shell32.dll" Alias
"ShellExecuteA" _
(ByVal hWnd As Long, ByVal lpOperation As String, _
ByVal lpFile As String, ByVal lpParameters As String, _
ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal
lpClassName As String, ByVal lpWindowName As String) As Long
Thanks,
Steve
Larry Serflaten - 02 Jul 2008 05:02 GMT
> I found the following declarations in some code on the net. Where can I find
> documentation on the parameters of the functions?
[quoted text clipped - 4 lines]
> ByVal lpFile As String, ByVal lpParameters As String, _
> ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
http://www.google.com/search?hl=en&q=shellexecute+site%3Amicrosoft.com
> Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal
> lpClassName As String, ByVal lpWindowName As String) As Long
http://www.google.com/search?hl=en&q=findwindow+site%3Amicrosoft.com&btnG=Search
LFS
Mark - 02 Jul 2008 16:11 GMT
Thanks, Larry, for the quick response and the information! It is just what I
was looking for,
Steve
>> I found the following declarations in some code on the net. Where can I
>> find
[quoted text clipped - 15 lines]
>
> LFS
Thorsten Albers - 02 Jul 2008 18:48 GMT
Mark <notmy@email.com> schrieb im Beitrag
<GMWdnfrxILAEa_fVnZ2dnUVZ_hjinZ2d@earthlink.com>...
> I found the following declarations in some code on the net. Where can I find
> documentation on the parameters of the functions?
In the MSDN shipped with MS Visual Basic 6/5 / MS Visual C++ 6/5 / MS
Visual Studio 6/5.

Signature
----------------------------------------------------------------------
Thorsten Albers albers(a)uni-freiburg.de
----------------------------------------------------------------------