DialogResult is returned by dialogs after dismissal.
I tried to use DialogResult to check an Messagebox's YesNoCancel. I'm using the following code which I don't see any …
c# wpf dialogresultI can't find a solution for the following problem: I open a Dialog with the WindowManager from caliburn micro: public …
c# wpf caliburn.micro dialogresultI have a form Form1 from which I display Form2 as a modal form. From Form2 I do all sort …
c# winforms modal-dialog dialogresultI 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 dialogresultCan anyone think of a good explanation for the fact that result of a dialog is a nullable bool in …
.net wpf api-design dialogresultI'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 dialogresultI'm trying to get the user to confirm if they want to delete a product using a MessageBox and catching …
c# messagebox dialogresultI have a main WPF window, mywindow.showDialog when a button is clicked on the window, a command is executed …
c# wpf window dialogresult