3
Reply

how background thread access to ui control?

Subodh Kumar

Subodh Kumar

Jan 09, 2014
2.6k
0

    You have to declare and configure the BackgroundWorker first, then pass data into the worker via the argument of the RunWorkerAsync call and pass data out via DoWorkEventArgs.

    Sujeet Suman
    June 28, 2015
    0

    http://stackoverflow.com/questions/4428817/accessing-ui-control-from-backgroundworker-thread-c-sharp

    Munesh Sharma
    October 13, 2014
    0

    You can use MethodInvoker in background thread to access / update ui

    Ravi Pinjarkar
    January 15, 2014
    0