本文介绍了如何关闭MFC应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有以下代码行来关闭在VC ++ 6中工作的MFC应用程序,但它在VC ++ 2010中失败



m_pMainWnd-> PostMessage(WM_CLOSE )



知道它有什么问题吗?



谢谢!

解决方案



I have the following code line to close a MFC Application which was working in VC++ 6, but it fails in VC++ 2010

m_pMainWnd->PostMessage( WM_CLOSE )

Any idea what is wrong with it?

Thanks!

解决方案



这篇关于如何关闭MFC应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 12:31