C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / ShellExecute Method

In This Topic
ShellExecute Method (Win32)
In This Topic
Syntax
'Declaration
 
Public Shared Function ShellExecute( _
   ByVal hwnd As IntPtr, _
   ByVal lpOperation As String, _
   ByVal lpFile As String, _
   ByVal lpParameters As String, _
   ByVal lpDirectory As String, _
   ByVal nShowCmd As Integer _
) As IntPtr
 

Parameters

hwnd
lpOperation
lpFile
lpParameters
lpDirectory
nShowCmd
See Also