Home All Groups Group Topic Archive Search About
Author
19 May 2006 11:09 PM
tshad
I have a program that goes through the process list and prints the names to
a textbox.

        System.Threading.Thread.Sleep(60000)

The problem is that nothing shows on the textbox.

I assume it is not being flushed.

How do I handle that?

Thanks,

Tom

Author
19 May 2006 11:32 PM
tommaso.gastaldi
show the code, so that we can help spot the problem...

-tom

System.Threading.Thread.AmSleeping(600000)   :)

tshad ha scritto:

Show quoteHide quote
> I have a program that goes through the process list and prints the names to
> a textbox.
>
>         System.Threading.Thread.Sleep(60000)
>
> The problem is that nothing shows on the textbox.
>
> I assume it is not being flushed.
>
> How do I handle that?
>
> Thanks,
>
> Tom