开发者

Is there any way to have ASYNC MessageBox?

Or do I have to use t开发者_运维知识库hreads? (C++)


No there isn't. Alternatively, you can create a "modeless dialog box".


Message boxes are modal dialogs. The whole idea is that they aren't asynchronous. Assuming it was possible to do this (which it is, given the right amount of tinkering), would you want to confuse users with something that looks familiar but acts in a different way to what they expect? The question is, why do you want to do this? maybe there is a better solution.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜