Wait command for Visual Basic 6 - Microsoft Visual Basic - Eng-Tips
Hello Someone knows any command that keep the program waiting for a few miliseconds, without using the timer control? I need this to put between two calls ... This is easier: Declare Sub Sleep Lib "kernel32" (ByVal milliseconds As Long) ' pause for 5 seco...