I am using 5 BackgroundWorker objects running at the same time for a certain purpose, and all of them have to change the same label. How do I do that?
How do I modify the form from more than one thread then? And how do i do it in case i want to change a public string?