Hello to all,

I have an MDI form. If I opened a child form and then I open another child form, I need to close the first form. I need a routine of clearing out the **first** child form and so on. The problem is everytime I open a child form, I have to unload it and so on. I have to know which child form is opened, then unload all other child forms. Is there a generic routine/code of handling this.


thanks