T
TClancey
I'm confused! Probably becuase I know little about threads, and really
should. But...
I have a serial port control, when it reads data I want to update several
things, database fields and tables, also a text box. Everything works fine
apart from updating the text box where I get this error.
I have other parts of code that update text boxes, list boxes all sorts of
controls that don't cause this error, even updating text boxes on other
forms!
I've come accross the mytxtbox.CheckForIllegalCrossThreadCalls = False
what are the potential problems using this? Bear in mind that the text
boxes are not editable and will only ever be updated every few seconds.
Any help greatfully recevied.
Cheers,
Tull.
should. But...
I have a serial port control, when it reads data I want to update several
things, database fields and tables, also a text box. Everything works fine
apart from updating the text box where I get this error.
I have other parts of code that update text boxes, list boxes all sorts of
controls that don't cause this error, even updating text boxes on other
forms!
I've come accross the mytxtbox.CheckForIllegalCrossThreadCalls = False
what are the potential problems using this? Bear in mind that the text
boxes are not editable and will only ever be updated every few seconds.
Any help greatfully recevied.
Cheers,
Tull.