VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



similar to clipper inkey() function

by Allan(Manels ICTS) (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Wed 8th March 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

similar to clipper inkey() function

Rate similar to clipper inkey() function



Dim StartTime As Long
Dim EndTime As Long

StartTime = 0
StartTime = Timer
EndTime = 0

Do While EndTime <> intDelayInSeconds
   EndTime = (Timer - StartTime)
   DoEvents
Loop

End Sub

Download this snippet    Add to My Saved Code

similar to clipper inkey() function Comments

No comments have been posted about similar to clipper inkey() function. Why not be the first to post a comment about similar to clipper inkey() function.

Post your comment

Subject:
Message:
0/1000 characters