Sponsors

ShellExecute

Function name: ShellExecute

Defined in : Shell32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

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

Parameters:

Returns:

Related functions:

Examples:

Sorry, this function has no examples yet.

Shell

Categories