I need to use threading in my app, but I don\'t know how to perform a cross threading operation.
I want to be able to change the text of a form object (in this cas
Take a look at this What is the best way to update form controls from a worker thread? - it should resolve your issue.