I'm using 4 child forms inside a Parent form. In one form I'm using 5 frames. When I go from one form to another form (with frames) and I want only one frame to be visible, I'm not able to see it in the full window. I'm doing it manually every time. Is there any way to keep all teh frames and forms in maximized position?

In the properties of all forms, I have made the WindowState as 2-Maximized only.

Ths is the code i use d to switch between forms

Form2.Hide
Form1.Visible = True
Form1.Frame1.Visible = True
Form1.Frame2.Visible = False
Form1.Frame3.Visible = False
Form1.Frame5.Visible = False