Displays a message box with specified text and caption.
[Visual Basic] Overloads Public Shared Function Show( _ ByVal text As String, _ ByVal caption As String _ ) As DialogResult [C#] public static DialogResult Show( string text, string caption ); [C++] public: static DialogResult Show( String* text, String* caption ); [JScript] public static function Show( text : String, caption : String ) : DialogResult;
The MessageBox.OK value of the DialogResult class.
By default, the message box displays an OK button.
MessageBox Class | MessageBox Members | System.WinForms Namespace | MessageBox.Show Overload List