Sep 25, 2003 #1 U uct Newcomer Joined Aug 15, 2003 Messages 8 If I want to delay like 100 milliseconds in the program, What should I type?
Sep 25, 2003 #2 D dynamic_sysop Senior Contributor Joined Oct 1, 2002 Messages 1,039 Location Ashby, Leicestershire. Visual Basic: Threading.Thread.Sleep(100) '/// where 100 is milliseconds.