[DllImport("user32.dll")]
static extern int MessageBoxEx(IntPtr hWnd, string lpText, string lpCaption,
uint uType, ushort wLanguageId);
None.
Currently works identically to the MessageBox API function.
Please add some!
Please add some!
System.Windows.Forms.MessageBox.Show