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窗体只是闪一下就没有了,怎么回事呀
展开
 我来答
善小星tS
2012-06-28 · 超过33用户采纳过TA的回答
知道答主
回答量:293
采纳率:0%
帮助的人:92.6万
展开全部
newMDIChild.MdiParent = this;应该是这个的问题
追问
这一句怎么有问题了?
追答
你上面那能建置成功吗?应该是这样的吧!
negnreplace newMDIChild=new newMDIChild();
newMDIChild.MdiParent = this;
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式