timeGetTime functions alows you to get the time in milliseconds.
VB Code:
Private Declare Function timeGetTime Lib "winmm.dll" () As Long Dim myTime As Long myTime = timeGetTime 'gets the time from workstations startup in ms
|
Results 1 to 2 of 2
Thread: T-Minus Countdown TimerThreaded View
|
Click Here to Expand Forum to Full Width |