Possible Duplicate:
Keeping boolean values in sync between two threads
I have a created a new object of my Class Form1 in a thread, although I change a Boolean value called CheckSuccess in the new object - "Form1Object", how do I set the value of CheckSuccess to the GUI / Form?
I.E. I have effectively two copies of a boolean value and I want to set the value of this to the main thread / non object (GUI / Form)
I can't explain it too well, so please let me know if I need to clarify myself