I am trying to creat a stop watch using three labels and three timers (minutes, seconds and tenths of a second). So far I have the tenths of a second working with this:
lblTSec.Caption = lblTSec.Caption + 1
how do I make it start at zero again once it reaches 59 and what speed do I set the timers at for minutes and seconds?