VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



pause And timeout

by PulseWave (25 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Wed 24th February 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

pause And timeout

Rate pause And timeout



StartTime = Timer
Do While Timer - StartTime < duration
DoEvents
Loop
End Sub

Sub Pause(interval)
current = Timer
Do While Timer - current < Val(interval)
DoEvents
Loop
End Sub


Download this snippet    Add to My Saved Code

pause And timeout Comments

No comments have been posted about pause And timeout. Why not be the first to post a comment about pause And timeout.

Post your comment

Subject:
Message:
0/1000 characters