Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Time in milisecond
Message
From
19/02/2001 07:34:23
 
 
To
09/02/2001 06:36:02
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00474364
Message ID:
00477234
Views:
24
Try this one:

Public Declare Function timeGetTime Lib "winmm.dll" Alias "timeGetTime" () As Long

Most timer functions have a resolution of 1/18th of a second, the timeGetTime function returns real milliseconds.
============================================================
'C' is shorthand for Confusion, 'C++' much more confusion...
Previous
Reply
Map
View

Click here to load this message in the networking platform