Add form to controls collection of parent

  • Thread starter Matthew Mixon via .NET 247
  • Start date
M

Matthew Mixon via .NET 247

(Type your message here)

--------------------------------
From: Matthew Mixon

Don't make the child form a true child form. Instead use the following code:

frmmdi.controls.add(frmchild)

It will then display on top of the controls on frm mdi.

I hope this helps.
 

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