Cross-thread operation not valid
August 21, 2009
5 comments
As I’ve been doing a lot of programming with win-forms, c# and c++ and making my applications multi-threaded – I came across a problem of allowing a newly created thread change the UI. I wanted to move away from using the BackgroundWorker class. Below I will discuss how to do this in c#.
Categories: controls, multi-thread, threads, ui, winforms
