G
Guest
Hello,
I'm getting a strange behavior. When I open a form using the Form.Show()
method,
Form.Close() doesn't seem to do anything. However, If I display the form
using the Form.ShowDialog() method, then Form.Close() cloeses the form just
fine;
Has anyone else noticed this strange behaviour? Is there any way to bypass
it without resorting to displaying all forms modally?
Thanks you in advance.
I'm getting a strange behavior. When I open a form using the Form.Show()
method,
Form.Close() doesn't seem to do anything. However, If I display the form
using the Form.ShowDialog() method, then Form.Close() cloeses the form just
fine;
Has anyone else noticed this strange behaviour? Is there any way to bypass
it without resorting to displaying all forms modally?
Thanks you in advance.