I am trying to display a stopwatch to the user.
The moment the user pushes the record button and want to display in a label the time elapsed in format "hh:mm:ss:ms" and see the time running.
I assume one has to create a Timer Object and set it to enabled when the button is pressed and then in the Tick Sub update the label ? But how do I display it in this format ?
thank you
The moment the user pushes the record button and want to display in a label the time elapsed in format "hh:mm:ss:ms" and see the time running.
I assume one has to create a Timer Object and set it to enabled when the button is pressed and then in the Tick Sub update the label ? But how do I display it in this format ?
thank you