Question

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.

Was it helpful?

Solution

Perhaps layouting your children forms using the MdiLayout Enumeration.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top