MFC程序如何退出

来源:互联网 发布:大宝眼霜怎么样 知乎 编辑:程序博客网 时间:2024/04/28 22:15

AfxGetMainWnd()->PostMessage(WM_COMMAND, ID_APP_EXIT);

CWnd().DestroyWindow();