Author | Message | Time |
---|---|---|
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 | July 29, 2004, 8:30 PM |
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. | July 29, 2004, 8:38 PM |
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? | July 29, 2004, 8:55 PM |
MichaeL | not really stealth Ive already taken a look at that Userloser: Too lazy | July 29, 2004, 9:00 PM |
LoRd | Or create a timer with the Windows API? | July 29, 2004, 9:09 PM |
Lenny | IIRC, aren't high resolution timer's for extremely small intervals, much lower than miliseconds (nanoseconds)? | July 29, 2004, 10:02 PM |
LoRd | [quote author=Lenny link=board=31;threadid=7956;start=0#msg73270 date=1091138522] IIRC, aren't high resolution timer's for extremely small intervals, much lower than miliseconds (nanoseconds)? [/quote] shh, I had just woken up. :-X | July 29, 2004, 10:22 PM |
Myndfyr | [quote author=Lenny link=board=31;threadid=7956;start=0#msg73270 date=1091138522] IIRC, aren't high resolution timer's for extremely small intervals, much lower than miliseconds (nanoseconds)? [/quote] 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. | July 29, 2004, 11:09 PM |
Maddox | [quote author=Myndfyre link=board=31;threadid=7956;start=0#msg73286 date=1091142584] Skywing's High Resoultion Uptime is used to track the uptime of your computer beyond the normal time limitation. [/quote] There is no "normal time limitation." You're talking about the GetTickCount() limitation. | July 30, 2004, 2:39 AM |
MichaeL | Nevermind, I found it www.fadechat.tk | August 1, 2004, 7:59 PM |