R
RJ
I have found that an MDIChild form, which is not visible, will not receive a
Closing or Closed event, nor will it's Dispose method be executed. I have
not seen anything documenting a connection between Visibility and
"Disposability \ Closability", and there is no problem calling Form.Close on
a non-MDI Child form. Why shouldn't I be able to close a non-visible form?
Is there any functional difference between the Close and Dispose? Thanks.
RJ
Closing or Closed event, nor will it's Dispose method be executed. I have
not seen anything documenting a connection between Visibility and
"Disposability \ Closability", and there is no problem calling Form.Close on
a non-MDI Child form. Why shouldn't I be able to close a non-visible form?
Is there any functional difference between the Close and Dispose? Thanks.
RJ