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
tommaso.gastaldi@uniroma1.it - 20 May 2006 00:32 GMT
show the code, so that we can help spot the problem...
-tom
System.Threading.Thread.AmSleeping(600000) :)
tshad ha scritto:
> I have a program that goes through the process list and prints the names to
> a textbox.
[quoted text clipped - 10 lines]
>
> Tom