Reputation: 853
I have to resolve problem which in simple way could be like:
Upvotes: 1
Views: 132
Reputation: 5340
You should use the Control's BeginInvoke method to marshal data from a background thread to the main thread and update the textBox's properties. You will find an example similar to your task at:
Writing to a TextBox from another thread?
Upvotes: 3