timer control
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi al how to work on timer in vc++ in vs2005... and how to go class wizard? i remembr ctrl+w in vc++6.0,but in vs2005 it not works..can anyone sugest? Regards Gany
1. open the dialog in the resource editor. 2. open the 'Properties' window for the dialog 3. at the top of that window is an ugly little button called 'Messages', click it. 4. that will show a long list of messages. find "WM_TIMER" and click in the white space to its right. an "Add Handler" option will appear. intuitive!
-
Hi al how to work on timer in vc++ in vs2005... and how to go class wizard? i remembr ctrl+w in vc++6.0,but in vs2005 it not works..can anyone sugest? Regards Gany
Right key to the class,click "attribute", --->"message"--->"WM_TIMER" ::Settimer()