forum

Home / DeveloperSection / Forums / update the GUI from another thread in C#

update the GUI from another thread in C#

Anonymous User219709-Oct-2014
What is the simplest way to update a Label from another thread?

I have a Form on thread1, from that I'm starting another thread (thread2). While thread2 is processing some files I would like to update a Label on the Form with the current status of thread2's work.

How can I do that?

Updated on 09-Oct-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By