I've got a modal dialog box and (when user presses its OK button) I want to hide it, show another modal dialog box (MessageBox for example) and then show it back again. My problem is that when the dialog is hidden, its DialogResult gets false
and of course its getting closed right after the button's handler method ends. I've even tried to set Opacity to 0 instead of Hide()
but that doesn't work at all (it's still visible).
Is there a way to hide a modal dialog box for a moment without closing it?
This does not deal with the result but see how to return data from a Page
PageModal is a Page
You use NavigationWindow for the modal part