Home All Groups Group Topic Archive Search About
Author
21 Nov 2007 12:21 AM
Lou
How can I add a delay in my code.
I used to use "Sleep" in VB6
-Lou

Author
21 Nov 2007 12:56 AM
Family Tree Mike
System.Threading.Thread.Sleep(t) where t is in milliseconds.

Show quoteHide quote
"Lou" wrote:

> How can I add a delay in my code.
> I used to use "Sleep" in VB6
> -Lou
>
>
>
Author
21 Nov 2007 11:28 AM
rowe_newsgroups
On Nov 20, 7:21 pm, "Lou" <lou.gar***@comcast.net> wrote:
> How can I add a delay in my code.
> I used to use "Sleep" in VB6
> -Lou

You might use either MSDN, Google, or even the Object Browser to
search for things before posting. "Sleep" should have shown up in all
three as viable .Net solutions to add delays to your code.

Thanks,

Seth Rowe