I want my program to stop execution and wait for one second before continuing. Typically in other languages this is accomplished with some variation of the 'sleep' function, like sleep(1000) or whatever.
Unfortunately I am unable to find such a function in VB6. Searching the forums yielded a result in which the topic starter was intructed to use the Sleep function, but this doesn't work for me (function does not exist, ...).
Any help? Thanks
