Reputation: 80
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
Reputation: 24132
Perhaps layouting your children forms using the MdiLayout Enumeration.
Upvotes: 1