Top "Messagebox" questions

A message box is a prefabricated modal dialog box that displays a text message to a user.

Show a popup/message box from a Windows batch file

Is there a way to display a message box from a batch file (similar to how xmessage can be used …

windows batch-file command-line messagebox
MessageBox with YesNoCancel - No & Cancel triggers same event

I have a message box with the YesNoCancel buttons... Pressing Yes will do some action and close the application - …

vb.net button messagebox
Is there a MessageBox equivalent in WPF?

Is there a standard message box in WPF, like WinForms' System.Windows.Forms.MessageBox.Show(), or should I use the …

c# wpf messagebox
ASP.NET Web Application Message Box

In an asp.net windows forms application, in the C# code behind you can use: MessageBox.Show("Here is my …

c# asp.net web-applications code-behind messagebox
C# MessageBox dialog result

I want to make a MessageBox confirmation. Here is the message box: MessageBox.Show("Do you want to save changes?", "…

c# dialog messagebox
VBA code to show Message Box popup if the formula in the target cell exceeds a certain value

I am trying to write a simple macro to display a pop-up (vbOKOnly) if the value in a cell exceeds …

vba excel messagebox
How to add message box with 'OK' button?

I want to display a message box with an OK button. I used the following code but it results in …

android messagebox
How to change the button text for 'Yes' and 'No' buttons in the MessageBox.Show dialog?

I need to change the message box control buttons Yes to Continue and No to Close. How do I change …

c# winforms messagebox
Close a MessageBox after several seconds

I have a Windows Forms application VS2010 C# where I display a MessageBox for show a message. I have an …

c# winforms messagebox