ShellExecute (shell32)
Last changed: -188.102.225.40

.
Summary
TODO - a short description

C# Signature:

[DllImport("shell32.dll", EntryPoint = "ShellExecute")]    
public static extern int ShellExecuteA(int hwnd, string lpOperation, string lpFile, string lpParameters, string lpDirectory, int nShowCmd);    

VB Signature:

Declare Function ShellExecuteExW Lib "shell32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation