mfc 非模态对话框
我是一个对话框应用程序,创建一个非模态对话框m_childDlg->Create(...,this);当主对话框最小化时非模态对话框也会最小化,为什么呢?一开始我以为是父...
我是一个对话框应用程序,创建一个非模态对话框 m_childDlg->Create(...,this);当主对话框最小化时非模态对话框也会最小化,为什么呢?一开始我以为是父窗口的缘故所以我把this 改为NULL,但是也不行,后来我把this改成GetDesktopWindow()之后就可以了,请高手解释一下!!
展开
展开全部
以CDialog创空笑建的非模态对话框调用Create函数时即使你指定父窗口为NULL,实际的父窗口也不是NULL,而是你程序的主窗口,这可以看MSDN关斗敏含于这个函数的说明:
pParentWnd
Points to the parent window object (of type CWnd) to which the dialog object belongs. If it is NULL, the dialog object’s parent window is set to the main application window.
所以你指定NULL和指定this是一样的效果,而指定GetDesktopWindow()则把拿腊非模态窗口的父窗口指定为桌面了,这时与你程序的主窗口不再有关系。
pParentWnd
Points to the parent window object (of type CWnd) to which the dialog object belongs. If it is NULL, the dialog object’s parent window is set to the main application window.
所以你指定NULL和指定this是一样的效果,而指定GetDesktopWindow()则把拿腊非模态窗口的父窗口指定为桌面了,这时与你程序的主窗口不再有关系。
展开全部
查桥顷看地磨扮MFC里面的说明
pParentWnd
Points to the parent window object (of type CWnd) to which the dialog object belongs. If it is NULL, the dialog object’s parent window is set to the main application window.
可以看出,你瞎消灶用NULL之后父窗口还是跟this一样(前提是this是主程序)
而用GetDesktopWindow(),则将父窗口设成桌面
pParentWnd
Points to the parent window object (of type CWnd) to which the dialog object belongs. If it is NULL, the dialog object’s parent window is set to the main application window.
可以看出,你瞎消灶用NULL之后父窗口还是跟this一样(前提是this是主程序)
而用GetDesktopWindow(),则将父窗口设成桌面
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
NULL默认是父
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
如果把父窗口设成GetDesktopWindow()那非模态对话框就是顶层窗口
和困行嫌橘他的汪者哗主窗口级别一样了
和困行嫌橘他的汪者哗主窗口级别一样了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询