If your Timers Interval is set to 1000, you don't need GetTickCount - that would only be useful to get extra accuracy (which isn't important in this case).

However, rather than just Enable the timer, you will need to Disable it and then Enable it (so that the Interval restarts).