Timer not running, where to initialise
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Declaration : I am a beginner. (like C, always declare first ;-) ) Alright, straight to the point. I created a new MFC project, dialog base. I have a main dialog with a button, which will call the second dialog with a timer (clock). Normally when I have single dialog, I start the timer by initializing it in OnInitDialog(). Now I have the time in second dialog, where should i initialize it? In which function? Or what should I do? Any opinion is extremely welcome. Thanks.