MainFrm的IsMDIContainer 设为true 然后: fromA dlg = new fromA() dlg.MdiParant =this; dlg.show(); 同样的代码在我的test能显示出来。奇怪!
是显示不出来,还是不是做为mdi 显示的?
窗体的Visible属性是否为true. dlg.Activate();