I have a VB6 form with buttons with the text \'Continue\' and \'Cancel\'. I want to check which one was clicked. In C# every form has a dialog result and I could set it before exiting the form dependi
I have a window that I open a few times as a ShowDialog. Every time I open it I use the new keyword in the first time i did:
I am relatively new to WPF, XAML and Data-bindings. I have a view (Window) and a view-model. I have tried to implement the MVVM pattern which means neither the view nor the view-model hold a referenc
I am trying to use this code to close a form on a specific answer of a messag开发者_JAVA百科e box. I keep receiving an error saying that neither Yes nor No belong to DialogResult::. I basically copied
I tried to use DialogResult to check an Messa开发者_JAVA技巧gebox\'s YesNoCancel. I\'m using the following code which I don\'t see any problem with:
I have a main WPF window, mywindow.showDialog when a button is clicked on the window, a command is executed
I\'m getting strange results testing the return value from a function. This code is inside a for loop:
I have a WinForm that is used as a Dialog with just OK and Cancel buttons. So: Dim sr As New SlideRangeDialog
I have a form that calls a custom child form.The child form is basically a popup box that gets some user data.
hi i have on object (serverconnection from sqlserver Managament object ) i need send this object to other form to configure connection option andconnect so object returnbut when i send this object t开