Subodh Kumar
how background thread access to ui control?
By Subodh Kumar in Threading on Jan 09 2014
  • Rahul Sharma
    Sep, 2018 4

    Via dispatchers...

    • 0
  • Sujeet Suman
    Jun, 2015 28

    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.

    • 0
  • Munesh Sharma
    Oct, 2014 13

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

    • 0
  • Ravi Pinjarkar
    Jan, 2014 15

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

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS