Top "Messagebox" questions

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

Force MessageBox to be on top of application window in .net/WPF

In my WPF app, I sometimes being up a System.Windows.MessageBox. When it is initially displayed, it is shown …

wpf .net-4.0 modal-dialog messagebox
Python PyQt5: How to show an error message with PyQt5

In normal Python (3.x) we always use showerror() from the tkinter module to display an error message but what should …

python message messagebox pyqt5
MessageBox buttons - set language?

When you use MessageBox.Show() you have a selection of MessageBoxButtons to choose from. The buttons available are an enum, …

c# .net localization messagebox
WPF MessageBox window style

How to apply the default Windows style to the standard MessageBox in WPF? For example, when I execute next code: …

c# wpf messagebox
Clickable URL in a Winform Message Box?

I want to display a link to help in a message box. By default the text is displayed as a …

vb.net winforms url messagebox clickable
Automatically close messagebox in C#

I am currently developing an application in C# where I display a MessageBox. How can I automatically close the message …

c# wpf messagebox
How to write superscript in a string and display using MessageBox.Show()?

I am trying to output the area using a message box, and it should be displayed as, for example, 256 unit^2... …

c# winforms ascii messagebox
Auto Close Message Box

I have this program wherein I use timer to redirect to another page. It do work but the problem is …

c# timer messagebox auto-close
Create a Modeless Messagebox

How might one go about creating a Modeless MessageBox? Do I have to just create my own Windows Form class …

c# .net messagebox modeless
Putting a hyperlink in a MessageBox

Is it possible to add a hyperlink to a messagebox? I'm trying to do something like this: MsgBox "Sorry, but …

vba ms-access hyperlink ms-access-2010 messagebox