Hi all.
I've got a two second pause I need to implement in a program. I thought I had it with
System.Threading.Thread.Sleep (2000)
but I get compiler errors.
Is there a library I need to include? Am I totally off the mark?
Using VB6 on Windows 2000 Pro
Thanks everyone.
PB
I've got a two second pause I need to implement in a program. I thought I had it with
System.Threading.Thread.Sleep (2000)
but I get compiler errors.
Is there a library I need to include? Am I totally off the mark?
Using VB6 on Windows 2000 Pro
Thanks everyone.
PB