Displays a message box that can contain text, buttons, and symbols that inform and instruct the user.
See Also: MessageBox Members
You cannot create a new instance of the System.Windows.Forms.MessageBox class. To display a message box, call the static method MessageBox.Show(string, string, MessageBoxButtons, MessageBoxIcon, MessageBoxDefaultButton, MessageBoxOptions, bool). The title, message, buttons, and icons displayed in the message box are determined by parameters that you pass to this method.