Click here to Skip to main content
16,016,605 members

Comments by demu97 (Top 2 by date)

demu97 27-Jun-14 20:21pm View    
the problem is that when I try to change the text on textbox using the method invoke the window crash or work very slow.
textBox1.Invoke((MethodInvoker)(() => textBox1.Text = serialPort1.ReadLine()));

but if i delete the method invoke (thus not changing the textbox but just reading from serial port) it work correctly.

so I thinck that problem is change text box value
demu97 27-Jun-14 20:15pm View    
I mean print into text box