Hello.
I'm searching a way to display a Timer ellapsed time into a Progress bar.
For example
My.Initialize ("My_timer", 2000)
MyTimer.Enabled = True
The progress bar should display the time 0 to 2000 millisecs. (0% at 0 ms, 100% at 2000 ms )
Many thanks for your help.
I'm searching a way to display a Timer ellapsed time into a Progress bar.
For example
My.Initialize ("My_timer", 2000)
MyTimer.Enabled = True
The progress bar should display the time 0 to 2000 millisecs. (0% at 0 ms, 100% at 2000 ms )
Many thanks for your help.