Need help with the Stopwatch class...please help

G

Guest

Hi,

I am playing a little bit with the stopwatch class from Daniel Moth
(http://www.danielmoth.com/Blog/2004/12/stopwatch.html) and I want to build a
little stopwatch with the time format {00:00:00:000}...if I use a timer to
display it on a lable then it is not really fast.

How can I handle the tick from the stopwatch class. Is this possible? I want
to see the ellapsed time on the lable in real time...please help me....juvi
 
G

Guest

Daniel Moth said:
There is a Stopwatch sample here:
http://msdn.microsoft.com/netframework/downloads/samples/bclsamples/

If after checking out the above you are still having troubles please post
the code you are trying... Also be realistic about the screen update/battery
consumption and benefits of being so accurate on a device...

Cheers
Daniel

I Daniel..

i was using this Stopwatch.cs class, everything working fine on my Pocket PC
with win mobile 5.0... until i disconnect it from the computer (active sync,
usb connection) and the clock just starts to get late...

i already used Environment.Tickcount also, and same problem...

u have any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top