D
David Burson
Hi,
I have an MDI app with some non-trivial child forms
(tabs, maybe 50 controls or so). When I open several
child forms maximized, then close them, the control boxes
remain in place as if the child form is still open.
Worse, I have the control boxes stacking up horizontally
across the top of the parent form - if I open 3 and close
3 child forms, then I have 3 control boxes showing in the
parent form.
I'm guessing some memory isn't being freed properly, but
I really don't know what to do, I've been unable to track
down what could be causing this. Seems to me when the
user clicks the little x, the form should go away,
including the x!
Any ideas?
Thanks,
David
I have an MDI app with some non-trivial child forms
(tabs, maybe 50 controls or so). When I open several
child forms maximized, then close them, the control boxes
remain in place as if the child form is still open.
Worse, I have the control boxes stacking up horizontally
across the top of the parent form - if I open 3 and close
3 child forms, then I have 3 control boxes showing in the
parent form.
I'm guessing some memory isn't being freed properly, but
I really don't know what to do, I've been unable to track
down what could be causing this. Seems to me when the
user clicks the little x, the form should go away,
including the x!
Any ideas?
Thanks,
David