winapi - timed MessageBox in console application -


i use messagebox function in win32 console application.
application not not use mfc, not event loop.
need make wrapper, messageboxtimed(), exits
(and dialog box disappears) after n seconds, if user did not press button.

is there more or less simple way ?

see this article in msdn example of 1 implementation. use in of our projects , works fine.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -