Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. clarkbr

    Precise Timer

    Many thanks to those of you that looked at this problem. It seems that to get consistent timing precise to the millisecond or less will require an external module. From the tests that I have run it seems that I can get about 99% reliability from the computer to millisecond accuracy so that may...
  2. clarkbr

    Precise Timer

    I have further researched this problem and come across the API QueryPerformanceCounter that seems to more accurately store time. I have written the following program to test for accuracy. You need a form with a text box (Text1) and a command button (Command1). In Text1 one enters the number...
  3. clarkbr

    Precise Timer

    In short, does anyone know how to use VB to measure times of less then .01 seconds? In detail, I am trying to time an event that takes .001 - .009 seconds. The best resolution that I seem to be able to get is .01 seconds. I have reviewed the archives and found thread222-6546 . This was...

Part and Inventory Search

Back
Top