Possible Duplicate:
How to update GUI from another thread in C#?
I need to create C# application, which can change values of UI items in different threads. So, how can I do it? I try to create simple Thread object, and change TextView text in it, but I have got exception. How can I do it? Thank you.