ShellAbout (shell32)
Last changed: -75.165.245.34

.
Summary

C# Signature:

[DllImport("shell32.dll")]
static extern bool ShellAbout(HandleRef hWnd, string szApp, string szOtherStuff, HandleRef hIcon);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

using System.Runtime.InteropServices;
using System.Reflection;

Sample Code:

ShellAbout(new HandleRef(this, Handle), "AppName", null, new HandleRef(Icon, Icon.Handle));

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
ShellAbout on MSDN