C++ Dialog box With timer
I couldn't find a simple tutorial on how to make a dialog box with decreme开发者_开发知识库nting timer. I don't need the timer to be accurate or actually reflect my program's inner timer.
Ended using SetTimer : http://msdn.microsoft.com/en-us/library/ms644906%28VS.85%29.aspx Thanks!
This countdown timer tutorial doesn't help? Source code is included, and you probably can fit the code to "decrement" the timer, or show time info instead.
精彩评论