T
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
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