MessageBox (user32)
Last changed: -106.166.110.35

.
Summary

C# Signature:

[DllImport("user32.dll",CharSet=CharSet.Auto)]

public static extern int MessageBox(int hwnd, String text, String caption, uint type);

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
MessageBox on MSDN