Thomas
Thomas

Reputation: 80

MDI Child Form Load

Loading multiple child forms from a loop into a MDI parent form. They are displayed one at a time. I would like to display all the created forms at once. I tried only using the .Show() method after they are all created, but they still only display one at a time.

Upvotes: 0

Views: 1517

Answers (1)

Will Marcouiller
Will Marcouiller

Reputation: 24132

Perhaps layouting your children forms using the MdiLayout Enumeration.

Upvotes: 1

Related Questions