`
paulfzm
  • 浏览: 873148 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
文章分类
社区版块
存档分类
最新评论

mfc 关闭窗口

    博客分类:
  • vc++
MFC 
阅读更多

退出程序用 AfxGetMainWnd()->SendMessage(WM_CLOSE);

关闭当前窗口 用 DestroyWindow( );

关闭模式对话框用 EndDialog(0);

 

关闭父级模式对话框 ((CDialog*)GetParent())-> EndDialog(0);

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics