Timer! AAARGH!!! We need help here! Batman! Someone!
*some minutes of meditation*
Erm, about your Timer method: DO NOT USE THAT SILLY FUNCTION! *uh* "returns the number of seconds since midnight"... and it just updates each ~60 ms!!! How can you guys test such time-critical things with such a function???
Ok, to be serious: Dont use the Timer function and dont use Timers unless youre coding something like a "please wait 5 seconds coz this is shareware" window
I actually prefer the GetTickCount API call, kedaman QueryPerformance (which is the most precise)...
But please, please dont use anything with Timer





Reply With Quote