syncronized code and form log

  • Thread starter Thread starter Danny
  • Start date Start date
D

Danny

Hi, I have a windows application in .net. In that
application I have two forms. The first form calls my
second form. In the second form I have to run a process
whn it is called and show to the user what step is being
performed.

How can I implement that, while my process is running, in
my text box is being refreshed each step of the current
proccess.
 
Danny said:
Hi, I have a windows application in .net. In that
application I have two forms. The first form calls my
second form. In the second form I have to run a process
whn it is called and show to the user what step is being
performed.

How can I implement that, while my process is running, in
my text box is being refreshed each step of the current
proccess.

See
http://www.pobox.com/~skeet/csharp/multithreading.html#windows.forms
 
Back
Top