Create a simple timer to count seconds, minutes and hours
Use one timer and in event sub change value of your labels. You need one timer and three counter for seconds, minutes and hours. Count minutes, then modulo minutes 60, if return 0 then start count minutes. Modulo minutes60, if return 0 then start count hours.
more
|