|
-
Dec 21st, 2006, 06:55 PM
#1
Thread Starter
Addicted Member
Timer Interval
Hello. As you all know the interval on the timer is in thousandth. 1000 = 1sec e.t.c.
I wonder if you can make so it would be like 10 000 = 1sec? I'd need that to my program. Please don't ask what my program is cause it would be too much to explain. I gonna use this for a timer...
-
Dec 21st, 2006, 07:00 PM
#2
Re: Timer Interval
so are you basically saying that you want a Timer that's accurate to 1 / 10000th of a second?
If so, then you won't be able to, you'd need a hardware timer to achieve that sort of accuracy. The best you could do is 1 millisecond accuracy using the QueryPerformance APIs
-
Dec 21st, 2006, 07:18 PM
#3
Thread Starter
Addicted Member
Re: Timer Interval
Sorry i don't really understand that thing. Could you maby show me a project example?
-
Dec 21st, 2006, 07:19 PM
#4
Re: Timer Interval
there's an example by JR in this thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|