-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello, I'm making a custom message box that lets you copy text, but I wanted it to look exactly like a standard message box, so I would like to set the buttons text to whatever the system language is, as the MessageBox class does.
Does anyone knows how to get that text ("Yes", "No", "Cancel", etc)?.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can I produce a messagebox in a C# Win Forms application that displays a combobox with a series of values to select as well as the usual "Ok" button?
I would like to be able to trigger this on calling the MessageBox.Show() method. I am assuming some sort of override will be necessary, but I haven't…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
The problem statement:
I am tired of thinking how to show a simple message box or user prompt and act based on the response in Model-View-View-Model (MVVM).
Common approaches:
- It's ok, let's just do this one thing from ViewModel and mock this out for unit testing
- Design my own dialog, then…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an assembly with custom ASP.NET server controls that is used in several, mostly in-house, ASP.NET 2.0 applications. The server controls use simple modal popup messageboxes, which are currently implemented using the javascript alert and confirm functions.
I want to release a new version of…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a ASP.NET 3.5 web site with an AJAX update panel. I simply need to process some server side code and then issue a user prompt that says "Code processing complete".
I know there is supposed to be support for Msgbox-esque methods in ASP.NET but I can't find them and any other JavaScript based…
>>> More