winform里mdi子窗体无法显示、、
我用c++编写的,先建立了父窗体,修改为MDIiscontainer为true,然后又新建了一个窗体叫replace,在父窗体里的button里写的代码是replacen...
我用c++编写的,先建立了父窗体,修改为MDIiscontainer为true,然后又新建了一个窗体叫replace,在父窗体里的button里写的代码是
replace newMDIChild;
// Set the Parent Form of the Child window.
newMDIChild.MdiParent = this;
// Display the new form.
newMDIChild.Show();
newMDIChild.BringToFront();
然后点击button,replace窗体只是闪一下就没有了,怎么回事呀 展开
replace newMDIChild;
// Set the Parent Form of the Child window.
newMDIChild.MdiParent = this;
// Display the new form.
newMDIChild.Show();
newMDIChild.BringToFront();
然后点击button,replace窗体只是闪一下就没有了,怎么回事呀 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询