How to know in the MdiChildActivate event handler if the child is closed (or activated).

D

**Developer**

Form.MdiChildActivate Event [Visual Basic]
Occurs when a multiple document interface (MDI) child form is activated or
closed within an MDI application.


I need to know in the MdiChildActivate event handler if the child is closed
(or activated).

Is there a way of doing that other then setting a global variable in the
child's Closed event?


Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top