ComponentOne SuperTooltip for WinForms
C1.Win.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 System.IntPtr, _
       ByVal lpOperation As System.String, _
       ByVal lpFile As System.String, _
       ByVal lpParameters As System.String, _
       ByVal lpDirectory As System.String, _
       ByVal nShowCmd As System.Integer _
    ) As System.IntPtr
    public static System.IntPtr ShellExecute( 
       System.IntPtr hwnd,
       System.string lpOperation,
       System.string lpFile,
       System.string lpParameters,
       System.string lpDirectory,
       System.int nShowCmd
    )

    Parameters

    hwnd
    lpOperation
    lpFile
    lpParameters
    lpDirectory
    nShowCmd
    See Also