Before opening the child form:
After open the child form:
Open the form code:
plu p=new plu ();//instantiate the plu form
P. diParent=this;//sets the parent form at the plu tmsscale
P.W indowState=FormWindowState. Maximized;
Enclosing WindowState=FormWindowState. Maximized;
P. how ();//plu show
CodePudding user response:
Enclosing WindowState=FormWindowState. Maximized; Would it has something to do with itCodePudding user response: