Stopwatch

Rex

Newcomer
Joined
Mar 23, 2003
Messages
2
Hi

I've been looking all over the web (and in my books) on hints how to
do this, but I can't seem to find it anywhere, so I hope you can help
me! I use VB.NET.

I think it's a simple thing I would like to create; I would like a
stopwatch to start when for instance a button is pushed, and then the
watch (timer?) should stop counting seconds when another button (or whatever)
is pushed. I would also like if the seconds could be written and
updated every second in a label. I would like to store the seconds
(after the watch is stopped) in a variable.

I have no idea of what class or what I should use, so hints and/or
sample source code on how i can pull this off will be greatly
apreciated!

Thank you.
 
Back
Top