Search code examples
c++visual-c++messageboxdialog

C++ Dialog box With timer


I couldn't find a simple tutorial on how to make a dialog box with decrementing timer. I don't need the timer to be accurate or actually reflect my program's inner timer.


Solution

  • Ended using SetTimer : http://msdn.microsoft.com/en-us/library/ms644906%28VS.85%29.aspx Thanks!