Top "Messagebox" questions

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

C# MessageBox To Front When App is Minimized To Tray

I have some code that popups a message box: MessageBox.Show(this, "You have not inputted a username or password. …

c# .net winforms messagebox system-tray
System.Windows.MessageBox vs System.Windows.Forms.MessageBox

I am having trouble finding out what the key differences are between the two message boxes. What is the difference …

c# .net wpf winforms messagebox
C# - Use form instead of messagebox

I am working on an application for work and I need a customized messagebox to appear. I have created a …

c# messagebox
Size of MessageBox

How does .NET's MessageBox determine its size relative to the resolution of the screen on which it is displayed? I …

c# wpf messagebox
C# How to make async MessageBox that returns DialogResult?

My MessageBox is async, but how can I return DialogResult? Here is my code: class AsyncMessageBox { private delegate void ShowMessageBoxDelegate(…

c# winforms asynchronous messagebox dialogresult
C#, Windows Form, Messagebox on top not working

I've some MessageBox that I code like this: MessageBox.Show(new Form(){TopMost=true, TopLevel=True}, "Message","Title", MessageBoxButtons.YesNo, …

c# messagebox topmost
how to set wpf MessageBox.Owner to desktop window because SplashScreen closes MessageBox

I am using the SplashScreen feature in WPF by setting a bitmap's Build Action to Splashscreen. Behind the splash screen, …

wpf messagebox
How to translate the buttons in qmessagebox?

I have a QMessageBox like this: QMessageBox::question(this, tr("Sure want to quit?"), tr("Sure to quit?"), QMessageBox::Yes | …

c++ qt messagebox language-translation
Change words on tkinter Messagebox buttons

I'm using tkinter's "askokcancel" message box to warn the user, with a pop-up, of an irreversible action. from tkinter import …

python python-3.x tkinter messagebox
Teardown a MessageBox programmatically without user input

I'm using a MessageBox from time to time to pop up alert messages for the user. My particular application can …

c# .net winforms messagebox