PDA

View Full Version : [poll] Timer


codersguru
11-21-2007, 02:18 PM
Hi there!

In Visual Basic there is a timer control! And in C++ there are SetTimer and KillTimer functions!

I'm programming a count down application (not a game) and as you know timers are the heart of this application.

Could you guide to how to use timers in the normal PPL applications?

Thanks In Advance!

kornalius
11-21-2007, 02:26 PM
In PPL you have SetTimer and KillTimer as well. Anything you can do in eVc you can do in PPL or pretty much.

Use SetTimer(), WM_TIMER to catch the event and KillTimer().