Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / Win API / July 2008



Tip: Looking for answers? Try searching our database.

Documentation Of Parameters?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mark - 02 Jul 2008 04:31 GMT
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
----------------------------------------------------------------------

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.