Updating textbox from BackgroundWorker?

  • Thread starter Thread starter planetthoughtful
  • Start date Start date
P

planetthoughtful

Hi All,

I have a Windows Form app that does some work in a BackgroundWorker.
I'd like to append information to a textbox from within the
BackgroundWorker but it keeps telling me that I can't do this across
threads.

Can anyone give me some help in figuring out how (or if) this can be
done? I just simply want to append text to txtDisplayMessages.

Any help appreciated!

Much warmth,

pt
 

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