0
Answer

Access form field from thread

CT_Taylor

CT_Taylor

19y
1.7k
1
I am launching a thread from my form class that is listening to a TCPIP port. I would like the thread to be able to post status messages in a text box on the form.  The thread constructor does not have an overloaded method that allows me to pass a reference to the form.  Is there any way for me to access members of the form from a thread launched from the form?