I have a simple need that I can't seem to locate the answer to in the docs.
Most examples show how a worker thread can pass data back to the thread that
created it.
I need to do the opposite.
Suppose the worker thread displays a form and the thread that created it
wants to change that form's text occasionally.
Can't seem to locate a simple way of doing that.
Thanks in advance
Most examples show how a worker thread can pass data back to the thread that
created it.
I need to do the opposite.
Suppose the worker thread displays a form and the thread that created it
wants to change that form's text occasionally.
Can't seem to locate a simple way of doing that.
Thanks in advance
Comment