I am building an application that sends and receives data from a laser coder. I am using multi-threading and would like to send the received string to a text box on the only form, however, the thread is unable to see the form.
For the code
static void ReadResponseThread()
{
StreamReader sr =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.