MDI Application?

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
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

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