Add form to controls collection of parent

  • Thread starter Thread starter Matthew Mixon via .NET 247
  • Start date 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.
 
Back
Top