form1 属性设置 IsMdiContainer 为 true button1 设单击事件 然后在单击事件 写下 form1 fm=new form1();fm.MdiParent=this;fm.show();
from2 fm2=new from2();fm2.show();