本文介绍了我有一个AfxMessageBox落后的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!


我有一个AfxMessageBox(str,MB_ICONERROR,0)在最上面,应用程序等待OK继续.但是,如果用户更改焦点(我的意思是将光标指向显示的消息之外),则消息会落后.如何显示总是显示在顶部的消息?我的意思是该消息不会落后吗?

坦克
MH

Hi
I have a AfxMessageBox(str, MB_ICONERROR, 0)which is on top and application waits for an OK to go on. But if user change the focus I mean point outside the displayed message, the message falls behind.
What can I do to display message always on top? I mean the message would not falls behind?

Tanks
M.H

推荐答案

AfxMessageBox(str, MB_ICONERROR | MB_SYSTEMMODAL, 0);


这篇关于我有一个AfxMessageBox落后的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-07 15:44