Results 1 to 4 of 4

Thread: Timer Interval

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2005
    Location
    London
    Posts
    164

    Question 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...

  2. #2
    Oi, fat-rag! bushmobile's Avatar
    Join Date
    Mar 2004
    Location
    on the poop deck
    Posts
    5,592

    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

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 2005
    Location
    London
    Posts
    164

    Re: Timer Interval

    Sorry i don't really understand that thing. Could you maby show me a project example?

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width