Talk2Tom11
Centurion
I created a sleep function in VB .NET
for some reason this code does not work in 2005. Does anyone know of a way that i can get the program to sleep for a period of time in 2005?
Visual Basic:
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Private Const SLEEPTIME As Long = 1000
for some reason this code does not work in 2005. Does anyone know of a way that i can get the program to sleep for a period of time in 2005?