本文介绍了DoModal()存在于返回键上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在按下回车键时防止MFC对话框退出?我有一个编辑框,可以键入更改.OK,但是如果按回车键,对话框将退出.
[edit]我认为OP的意思是退出"而不是存在" [/edit]
How do you prevent a MFC dialog from exiting when the return key is hit? I have an edit box, I can type in changes OK But if I hit the return key, the dialog exits.
[edit]I think the OP means ''exit'' not ''exist''[/edit]
推荐答案
这篇关于DoModal()存在于返回键上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!