Wednesday, July 30, 2014

How can i make backgroundworker to report progress from a new class to a label in form1 ?

You need to call "ReportProgress" in your DoWork event.


The BackgroundWorker deals with raising the "ProgressChanged" event on the UI thread and handing it the parameters. But it has no idea when "Progress" is made.




Let's talk about MVVM: http://ift.tt/1fpEgna Please mark post as helpfull and answers respectively.


No comments:

Post a Comment