Top "Messagebox" questions

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

Custom button captions in .NET messagebox?

Is there an easy way to display a messagebox in VB.NET with custom button captions? I came across What …

.net vb.net winforms messagebox
MessageBox.Show-- font change?

I'm using the MessageBox class to show errors to users, and while that might not be the right behavior, it's …

c# fonts messagebox
How to create a custom MessageBox?

I'm trying to make a custom message box with my controls. public static partial class Msg : Form { public static void …

c# winforms forms messagebox
Qt: How to display a Messagebox when you are within a function?

I'm developing using the Qt Nokia SDK. I'm having trouble displaying the buttons of a MessageBox, when trying to display …

c++ qt button messagebox
Windows [cmd.exe] command to display a messagebox with timeout?

Note: This is a question-with-answer in order to document a technique that others might find useful, and in order to …

windows cmd command messagebox windows-shell
How to create a message box with tkinter?

I've been trying to build a fairly simple message box in tkinter that has "YES" and "NO" buttons. When I …

python tkinter messagebox
Why isn't MessageBox TopMost?

I recently found out that by default MessageBoxes were not the top most form when displayed by default and I …

c# messagebox topmost
Show a message box from a Windows Service

Can you display a message box (or any form of notification) from a windows service? Can't get it to work. …

windows-services messagebox
Force to close MessageBox programmatically

Let me give you the background. We have an Application(medium sized) that is using MessageBox.Show (....) at various places (…

c# .net winforms messagebox
How to create the confirm box in mvc controller?

I need to create the confirm box in mvc controller?. Using this 'yes' or 'no' value I need to perform …

c# asp.net-mvc asp.net-mvc-3 messagebox