Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
複数の子フォームをループから MDI 親フォームに読み込みます。それらは一度に 1 つずつ表示されます。作成したフォームをまとめて表示したい。それらがすべて作成された後、.Show() メソッドのみを使用してみましたが、一度に 1 つしか表示されません。
おそらく、MdiLayout Enumerationを使用して子フォームをレイアウトします。