将Form2作为子窗体显示在Form1内,如何实现? 将Form1的IsMdiContainer属性设置为True; 2)Form2 f2=new Form2(); f2.MdiParent=this;(这里的this指Form1,假设当前页就是Form1) F2.Show();