This is an interesting one, well for me at least.

I have developed a ListView Extended Control which allows you to add a Progress Bar. That's cool.

Basically, we will be running some jobs, per item = 1 job. When I kick off jobs, I want to report the progress back to the progress bar.

questions:


1) Generally speaking, how would you update the progress bar depending on the progress of a job?
2) How would I be able to notify a specific progress bar to update itself from a listview item? Remember - the progress bar is "embedded" in the listview control.

Thanks