How to fill totally a mdichild in mdiparent as full
Loading
How to fill totally a mdichild in mdiparent as full
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Soumya SurendranPosted Oct 20, 2010, 3:25 AM
then use this code
Form1 frm = new Form1();
frm.MdiParent = this;
frm.Show();