ShellExecuteEx (shell32)
Last changed: -67.173.237.16

.
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