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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -