Does anyone know the command for Sleep. I know in BASIC it is SLEEP 5 (5 being seconds). ?
I can help with C++, Java (some), vB, Ruby/RoR, Python, JavaScript, and TorqueScript
Originally Posted by pSY cO. Does anyone know the command for Sleep. I know in BASIC it is SLEEP 5 (5 being seconds). ? Hi, Here's a link about the sleep method: http://msdn.microsoft.com/library/de...leepTopic1.asp Hope it helps, sparrow1
Wkr, sparrow1 If I helped you, don't forget to Rate my post. Thank you I'm using Visual Studio.Net 2003 and 2005 How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials Video's for beginners
You should only need the System.Threading.Thread.Sleep(5000) line from there.
Forum Rules