Top

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

This is a timer that counts up until 60 minutes in NN:NN format.

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'"


Grab the Code

Comments

  (2)  RSS
mountaindew
Comments: 1,422
 
.NET Snippet:  NN:NN Stopwatch
Posted on Feb 10, 2008 3:29 pm
Enjoy
jonesy44
Comments: 679
 
.NET Snippet:  NN:NN Stopwatch
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

Please Register or Login to start posting comments.
Bottom