ShellExecuteEx (shell32)
Last changed: Nige-81.171.173.35

.
Summary

C# Signature:

[DllImport("shell32.dll")]
static extern bool ShellExecuteEx(ref SHELLEXECUTEINFO lpExecInfo);

VB.NET Signature:

Declare Function ShellExecuteEx lib "shell32.dll" (ByRef lpExecInfo as SHELLEXECUTEINFO) as Boolean

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation