Top "Messagebox" questions

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

Application Close on DialogResult

I have a C# GUI application. When the user clicks on the red 'X' (for closing the app) I want …

c# visual-studio user-interface messagebox dialogresult
How to suppress a dialog box displayed by code that I can't change?

I have a Inproc COM Server from a 3rd party. One of the functions I call will display a error …

c# .net .net-4.0 com messagebox
MessageBox.Show right to left reading not working

Hey I'll make it simple. I want to make a MessageBox of this string "abc" and it will be read …

c# winforms messagebox
Biztalk suspended messages in database

I was wondering if someone knows where I can see the data of a suspended message in the biztalk database. …

database biztalk messagebox
MessageBox & Dialogs on XNA (C#)

I'm having the following code as part of my XNA game: private void gameOver() { if (!m_IsGameOver) { string message = String.…

c# xna xna-4.0 messagebox dialogresult
windows phone 8 custom message box

I want to implement a dialog(or alert dialog) like extending Dialog component in Android. In phone 8 message box only …

windows-phone-8 messagebox customdialog
System.Windows.MessageBox doesn't wait for user input before going poof!

...and it makes no sense why. T-T In my Application_Startup event handler I have code that looks kinda like …

c# wpf messagebox
Caliburn ShowDialog and MessageBox

I'm making a small demo application for MVVM with caliburn. Now I want to show a MessageBox, but the MVVM …

c# wpf mvvm messagebox caliburn.micro
Delphi messagebox appearing behind other form

I am using the code below to create a messagebox in Delphi 7. However I also have another form on screen …

delphi delphi-7 messagebox
Catching MessageBox result

I'm trying to get the user to confirm if they want to delete a product using a MessageBox and catching …

c# messagebox dialogresult