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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

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