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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top