Access form field from thread

Nov 15 2005 12:07 PM
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?