Pergunta

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.

Foi útil?

Solução

Perhaps layouting your children forms using the MdiLayout Enumeration.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top