Flushing to textbox

  • Thread starter Thread starter tshad
  • Start date Start date
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
 
show the code, so that we can help spot the problem...

-tom

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

tshad ha scritto:
 
Back
Top