Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
"Synchronous" Dialog Window
posted

Is it possible for the DialogWindow control to function in the same way as a MessageBox in WinForms.  Currently when you call the Show() method, the next line of code is executed.

I would like to have a sequential flow where the result of the dialog window is recieved before the next line of code is executed.