Shane,
I would use the techniques mentioned in the Thread that Herfried showed.
The sample Herfried mentions assuming that there will only be one instance
of the child, if you can have multiple instances of the child forms, instead
of m_child As Form2 you may want to keep a collection of children...
As Jens pointed out, I think the MdiChildActivated event will also tell you
what you want.
Hope this helps
Jay
"SStory" <Th*******@TAKEOUTTHISSPAMBUSTERsofthome.net> wrote in message
news:Oh**************@TK2MSFTNGP11.phx.gbl...
How can the MDI parent form know when an MDI child closes?
I need to know when the last one closes because I have something on the
MDI form that I need to clear out when all children are closed...
Thanks,
Shane