MessageBox (user32)
Last changed: -106.166.110.35

.
Summary

C# Signature:

        [ DllImport( "User32.dll", EntryPoint="MessageBox",
              CharSet=CharSet.Auto )]
        public static extern int MsgBox( 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:

System.Windows.Forms.MessageBox.Show

Documentation
MessageBox on MSDN