Carl Daniel asked 2017-12-07 05:19:43 UTC
New to WiseJ, but I've been writing complex WinForms apps for over a decade.
I'm having trouble with Form.ShowDialog(). When I invoke it on a form, the form does appear, but I can't get the form to go away.
-
Clicking the close button does nothing
-
Clicking a button that's got DialogResult.OK and is the form's Accept button does nothing
-
Clicking a button that's got DialogResult.Cancel and is the form's Cancel button does nothing
What's the secret to making the "modal" form go away?
Carl Daniel asked 2017-12-07 05:19:43 UTC
New to WiseJ, but I've been writing complex WinForms apps for over a decade.
I'm having trouble with Form.ShowDialog(). When I invoke it on a form, the form does appear, but I can't get the form to go away.
Clicking the close button does nothing
Clicking a button that's got DialogResult.OK and is the form's Accept button does nothing
Clicking a button that's got DialogResult.Cancel and is the form's Cancel button does nothing
What's the secret to making the "modal" form go away?