i need to make a stop watch!!

anistuta

Member
Joined
Jul 20, 2007
Messages
5
Programming Experience
1-3
i need to make a stopwatch with VB.NET
my application is about some events for handball players..
if a red card or yellow or a goal ...these stuff...
the stop watch appears at the top of the form it starts from 60:00 & counts down till 00:00
when clicked..(the button of the handball event) the event & the minute it happened in are recorded to the Database..:confused:
.................................................................................
thanks for your appreciated help
 
Does the watch actually look like a clock in that it's round and shows

the hand swooping around? If yes you'll need to use the cos and sin

functions and be familiar with trig or find some existing code. Also see

the timer control.
 
Back
Top