VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Delays something for the number of seconds you specify, without using a timer control. System still

by VB-Kung-Fu (19 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Sun 9th November 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Delays something for the number of seconds you specify, without using a timer control. System still remains responsive to input during the

Rate Delays something for the number of seconds you specify, without using a timer control. System still



Dim n As Double

n = Timer + Seconds
Do While Timer < n
    DoEvents
Loop

End Sub

Download this snippet    Add to My Saved Code

Delays something for the number of seconds you specify, without using a timer control. System still Comments

No comments have been posted about Delays something for the number of seconds you specify, without using a timer control. System still. Why not be the first to post a comment about Delays something for the number of seconds you specify, without using a timer control. System still.

Post your comment

Subject:
Message:
0/1000 characters