Wolfsnap
Newcomer
Is there an easy way to convert a tick value (read as an integer) into a formated time display?
Or, to be more precise - what would be the beat way to create a "stopwatch" comparing the stopwatch time to the system clock time.
I have an application where a stopwatch-type timer would be a nice feature, but the application is fairly CPU intensive and is running on a 600MGZ Touchscreen IPC - meaning that setting up the stopwatch in a timer control is wayyyyy off. I'm not so concerned about the display (as far as the timer displaying every second that ticks by) as I am thet the timer be accurate. (These timed tests could be several hours long). I've gotten to the point where, when the timer is started, the current tick count is placed into a variable, then that variable is subtracted from the ongoing tick count - but I can't figure out how to get the resulting tick count to display as a formatted time.
HELP!!
Or, to be more precise - what would be the beat way to create a "stopwatch" comparing the stopwatch time to the system clock time.
I have an application where a stopwatch-type timer would be a nice feature, but the application is fairly CPU intensive and is running on a 600MGZ Touchscreen IPC - meaning that setting up the stopwatch in a timer control is wayyyyy off. I'm not so concerned about the display (as far as the timer displaying every second that ticks by) as I am thet the timer be accurate. (These timed tests could be several hours long). I've gotten to the point where, when the timer is started, the current tick count is placed into a variable, then that variable is subtracted from the ongoing tick count - but I can't figure out how to get the resulting tick count to display as a formatted time.
HELP!!