MDI Application?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Thanks for reviewing my question. I created an MDI application and
everything was working fine until recently. For some odd reason, whever I
create a child form the previous child form hides. It appears that I can
only have one child form visible. I know this because when call the Show()
the other child form hides. Any ideas? Is there some setting I mistakenly
turned on?

Many Thanks
Peter
 
Peter,

Can you show the code you are using to show the form? You should have
no problem with this, all you have to do is set the MdiParent property to
the proper parent, and then call Show.
 
Back
Top