Hi All,

Like the question says, I want to create a Digital Stopwatch.
I have 4 pictureboxes in my form and a Timer1.
For the Leds I've been drawing 10 Images who representing the Leds from 0 to 9.

I've tryed to run my project with the Selected Case method (who's working ) the problem with this method is that I can't start it from the beginning again.

For example when I run this project and stop at 55 seconds, rset it and start it again then it starts from 55 seconds.

How can I resolve this problem and is the Select Case method the best way to do this?

Thanks in advance,

sparrow1