Hello,
I have created a form that needs to work like a stop watch. The user enters the time (hrs, min, sec) then clicks the start time. I have a label that should display the time remaining. This works great when I am displaying everything as seconds. When I try converting this to HH:MM:SS the time does not change. Any suggestions? the code is very basic I am using this in the timer event:
lbltimeremaining.text = mytime - 1
mytime = lbltimeremaining.text
Any help will be greatly appreciated.
Thank You