Wait command for Visual Basic 6 - Microsoft Visual Basic - Eng-Tips
After a long wait, I solved this problem on my own. In a module, you have to declare Public Declare Function GetTickCount Lib "kernel32" As Long Public Sub wait(ByVal dblMilliseconds As Double) Dim dblStart As Double Dim dblEnd As Double Dim ......