Resolved update richtextbox on a different thread

jamesvick

Active member
Joined
Jul 19, 2010
Messages
34
Programming Experience
1-3
Hello guys, iam having a problem with a program iam making.

Basic function - enter 5-10 urls. Download all web pages using multi threads and then process it. Then in the end, the text from all threads should end up in a richtextbox.

It can't be done using any of my googly searches so i thought about asking this :

how would you update text in a richtextbox from a different thread?

I am being able to download and process web pages. But can't add it to richtextbox. Please help :dread:
 
Last edited:
Back
Top