Posts by Alexandre • 1 point
1 post
-
-1
votes1
answer28
viewsQ: How to automatically switch and show between MDI child windows on a parent MDI in c# visual studio?
I have an application that when it loads the main form (parent), it automatically creates two children Forms and show maximized, I use the following code in the Parent form to create the two Forms:…