S steve Apr 29, 2005 #1 Hi, What is the common way to have a wait( ) type of function in VB.net ? TIA -steve
C Cor Ligthert Apr 29, 2005 #2 Steve What is the common way to have a wait( ) type of function in VB.net ? Click to expand... threading.thread.sleep(in 1/1000 seconds) I hope this helps, Cor
Steve What is the common way to have a wait( ) type of function in VB.net ? Click to expand... threading.thread.sleep(in 1/1000 seconds) I hope this helps, Cor