Aug 31, 2006 #1 J Jelmer Regular Joined Jan 11, 2006 Messages 96 I'm looking for a command that breakes (not break; ) the computer for a few seconds... wich command is ok? i can't find it.. Last edited: Aug 31, 2006
I'm looking for a command that breakes (not break; ) the computer for a few seconds... wich command is ok? i can't find it..
Aug 31, 2006 #2 C Cags Contributor Joined Feb 19, 2004 Messages 695 Location Melton Mowbray, England Try... Code: System.Threading.Thread.Sleep(100)