vb.net - How do I delay code execution in Visual Basic (VB6)? - Stack Overflow
I have a long running process in VB6 that I want to finish before executing the next line of code. How can I do that? Built-in function? Can I control how long to wait? Trivial example ......