MessageBoxEx (user32)
Last changed: Chris Leeming-80.176.134.68

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern int MessageBoxEx(IntPtr hWnd, string lpText, string lpCaption,
   uint uType, ushort wLanguageId);

User-Defined Types:

None.

Notes:

Currently works identically to the MessageBox API function.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.Windows.Forms.MessageBox.Show

Documentation