C
creamBoy
Guys, this is very annoying. I'm almost at completion of this project
and i'm still stuck. I declare a form object and add it to the MDI
form,
ChildForm childFormObj = new ChildForm();
childFormObj.MdiParent = this;
childFormObj.Show();
Then i maximise it, childFormObj.WindowState =
FormWindowState.Maximized;
Even in the child form its window state is already maximised. but it
just won't comply.
What do i do, Please
and i'm still stuck. I declare a form object and add it to the MDI
form,
ChildForm childFormObj = new ChildForm();
childFormObj.MdiParent = this;
childFormObj.Show();
Then i maximise it, childFormObj.WindowState =
FormWindowState.Maximized;
Even in the child form its window state is already maximised. but it
just won't comply.
What do i do, Please