Wait a length of time in ms
Wait a length of time in ms
API Declarations
'use wait(10) to wait during 10 ms
Dim flgwait As Boolean
Rate Wait a length of time in ms
(1(1 Vote))
flgwait = False
twait.interval = temps_ms
twait.Enabled = True
While flgwait = False
DoEvents
Wend
End Sub
Private Sub twait_Timer()
twait.Enabled = False
flgwait = True
End Sub
Wait a length of time in ms Comments
No comments yet — be the first to post one!
Post a Comment