The way to create multiple windows application is as following.
The sample code like:
NewForm childForm = new NewForm();
childForm.MdiParent = this;
childForm.Show();
==========================End
This is not that difficult but just need to memorize it in order to create multiple windows in the Mdi container.
[@more@]啊来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/553558/viewspace-892805/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/553558/viewspace-892805/