I have a thread that runs some data. I want the progress bar to update as the thread runs. But how can I get the info from the thread to set the progress bar value?
What is the correct way to achieve this?
What is the correct way to achieve this?
Comment