NN:NN Stopwatch
Please Register to submit score.
| Average Score | 0.0 |
| Scores Submitted | 0 |
| Date Added | Feb 10, 2008 |
| Last Updated | Feb 10, 2008 |
| Tags | stop stopwatch timer watch |
Introduction
Ex: 24:30
» Make a "timer1" and set the interval as 1000
» For the timer, make a "label1" and label it "00:00"
» When you wanna start the timer, do "timer1.enabled = true" under an event
» When you wanna stop it do "timer1.enabled = false" under an event
» To clear it do "timer1.enabled = false" and "label1.text = '00:00'"
.NET Snippet:
NN:NN Stopwatch
Posted on Feb 10, 2008 5:46 pm
Posted on Feb 10, 2008 5:46 pm
VB .. shudders =P
Had to do this at school .. syntax for VB was always such an ass =P
Had to do this at school .. syntax for VB was always such an ass =P



