• Welcome to Valhalla Legends Archive.
 

Extendedtimer.OCX

Started by MichaeL, July 29, 2004, 03:30 PM

Previous topic - Next topic

MichaeL

Hey,

 Does anyone have the Active X Control "Extended Timer". Its just a OCX that is longer than 60000 milliseconds like the normal timer. It uses minutes, and even weeks.  A link would be great :)

Edit: Please don't say www.Google.com, I've done my fair share of looking

Stealth

A google search for "Extended Timer" reveals http://www.codeguru.com/vb/controls/vb_activex/activex/article.php/c3501/

That looks to be exactly what you're looking for.
- Stealth
Author of StealthBot

UserLoser.

What's wrong with setting it to 1ms, or 10ms, or 100ms and just adding up until it's one day, week, month, ect?

MichaeL

not really stealth
Ive already taken a look at that

Userloser: Too lazy

Eric

#4
Or create a timer with the Windows API?

Lenny

IIRC, aren't high resolution timer's for extremely small intervals, much lower than miliseconds (nanoseconds)?
The Bovine Revolution
Something unimportant

Live Battle.net:

WARNING: The preceding message may have contained content unsuitable for young children.

Eric

#6
Quote from: Lenny on July 29, 2004, 05:02 PM
IIRC, aren't high resolution timer's for extremely small intervals, much lower than miliseconds (nanoseconds)?
shh, I had just woken up.  :-X

MyndFyre

Quote from: Lenny on July 29, 2004, 05:02 PM
IIRC, aren't high resolution timer's for extremely small intervals, much lower than miliseconds (nanoseconds)?

Skywing's High Resoultion Uptime is used to track the uptime of your computer beyond the normal time limitation.

As far as I know, you can't get better resolution than 10ms on a Windows timer (at least, not guaranteed).  You might be able to write one in Assembler, but I believe it would have to be very specific to the motherboard's timer.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

Maddox

Quote from: Myndfyre on July 29, 2004, 06:09 PM
Skywing's High Resoultion Uptime is used to track the uptime of your computer beyond the normal time limitation.

There is no "normal time limitation." You're talking about the GetTickCount() limitation.
asdf.

MichaeL

Nevermind, I found it


www.fadechat.tk