Does anyone know the command for Sleep. I know in BASIC it is SLEEP 5 (5 being seconds).
?
Printable View
Does anyone know the command for Sleep. I know in BASIC it is SLEEP 5 (5 being seconds).
?
Hi,Quote:
Originally Posted by pSY cO.
Here's a link about the sleep method:
http://msdn.microsoft.com/library/de...leepTopic1.asp
Hope it helps,
sparrow1
You should only need the System.Threading.Thread.Sleep(5000) line from there.