How to display milliseconds in VB6?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Abdul Saeed
    New Member
    • Oct 2012
    • 1

    How to display milliseconds in VB6?

    There are two techniques for event time measurement i.e. NOW & Timer, unfortunately both are unsuccessful for aforementioned purpose.
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Yes, the timing in VB tends to go in rather large leaps. Try a quick search through our archives for the GetTickCount DLL call.

    Comment

    • smartchap
      New Member
      • Dec 2007
      • 236

      #3
      see link http://visualbasic.freetutes.com/lea...esson23.4.html for use of GetTickCount.

      Comment

      Working...