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.Md iParent = this;
childFormObj.Sh ow();
Then i maximise it, childFormObj.Wi ndowState =
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.Md iParent = this;
childFormObj.Sh ow();
Then i maximise it, childFormObj.Wi ndowState =
FormWindowState .Maximized;
Even in the child form its window state is already maximised. but it
just won't comply.
What do i do, Please
Comment