Best way to divide a windows form into two separate forms

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

I have a form that shows my name on the top half and my address on the
bottom half. Is it possible to divide this form into two separate child
forms (inside MDI form)?

Thanks.
 
The way I did it was instantiating the same window, moving/deleting the
necessary controls, and resizing the child window.
 
Back
Top