Quote Originally Posted by scootabug
I am trying to follow your first post and I get this error:

"This BackgroundWorker states that it doesn't report progress. Modify WorkerReportsProgress to state that it does report progress."

Everything works okay when I comment out the line that errors...

Do you have the quick solution to this problem?

Nicely done all the same. Cheers.
The error message says this:
Modify WorkerReportsProgress to state that it does report progress.
In post #1 I said this:
Set the BackgroundWorker's WorkerReportsProgress property to True.
In post #4 I said this:
Note that for the first example to work the WorkerReportsProgress property must be set to True.
Are you noticing a theme here?