Advertisement

1 - 10 of 34 containing alltags:("stopwatch") (0 seconds)
I need to create a stopwatch that will show the time elapsing (not elapsed) in a label.caption. The resolution must be accurate to the half-second. The format should be displayed, for example for ...
Zones: Visual BasicDate Answered: 01/18/1999 Grade: A Views: 0
How do you create a simple stopwatch on a form (00-00-00) type...stop,go reset???
Zones: Delphi ProgrammingDate Answered: 12/10/1999 Grade: B Views: 0
On Form1 I have a panel (Panel1) thet displays a crude stopwatch (Start/Stop/ Reset).Since my programme spans through more than one form,how can I display the panel on those forms too? To see h...
Zones: Delphi ProgrammingDate Answered: 12/28/1999 Grade: C Views: 0
Anyone know how to do a counter on a stopwatch?
Zones: Visual BasicDate Answered: 05/22/2000 Grade: A Views: 0
I have a label, but i want to have a label that counts down from 10 to 0 using a timer, but this needs to be done in a loop. so every time it reaches 0 it then goes back to 10. cheers
Zones: Delphi ProgrammingDate Answered: 02/07/2003 Grade: B Views: 0
I use the following to determine how long a process takes: $stopwatch_on=(times)[0]; DO THE STUFF YOU WANT $stopwatch_off=(times)[0]; printf "- Searhtime: %.6f seconds\n",$stopwatch_off...
Zones: PerlDate Answered: 06/19/2003 Grade: A Views: 0
how do i create a stopwatch timer with vb?  Dim minutes As Integer         Dim seconds As Integer         minutes = mins.Text         seconds = secs.Text         Do Until minutes = 0       ...
Zones: MS Visual BasicDate Answered: 02/22/2006 Grade: A Views: 4
Visual Studio 2005 Pro ------------------------------------------- Dim objTimer As Stopwatch = New Stopwatch     'Interval in timecode (00:00:00.0000000) at which the monitor will query server...
Zones: MS Visual BasicDate Answered: 07/20/2006 Grade: A Views: 4
I am trying to create a javascript stopwatch.  I simply want to be able to count the amount of time that has passed whilst a particular page has loaded and display it in a form field. I have tried...
Zones: JavaScriptDate Answered: 08/18/1997 Grade: A Views: 0
Bear45 helped me with the following code: This stopwatch is exactly in synchrony with the system clock. I also need to show the numbers so they count above 60 seconds in second form, that is, inste...
Zones: Visual BasicDate Answered: 02/04/1999 Grade: A Views: 0