Count of MDI Child Form
Posted: Fri Aug 07, 2009 2:53 pm
by Ian Cox >> Mon, 18 Apr 2005 19:12:39 GMT
I wish to code a situation where I disable controls on an MDI Form when the last MDI Child is closed. I have the MDI Child superclass calling a method on its MDI Frame in the form::Unload event I now need a count of the child forms open. DO I need to maintain this or can I get it from the Form/window object?
I wish to code a situation where I disable controls on an MDI Form when the last MDI Child is closed. I have the MDI Child superclass calling a method on its MDI Frame in the form::Unload event I now need a count of the child forms open. DO I need to maintain this or can I get it from the Form/window object?