S
swartzbill2000
Hello,
I am trying to close a MDI child form. The code
childForm.Close()
will cause the child form to get its FormClosing event, but the child
form never sees its FormClosed event. All that happens is that the
child form gets minimized. How can I close the child form in code?
Bill
I am trying to close a MDI child form. The code
childForm.Close()
will cause the child form to get its FormClosing event, but the child
form never sees its FormClosed event. All that happens is that the
child form gets minimized. How can I close the child form in code?
Bill