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