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.
 

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

Back
Top