How do I use a Background Worker with a class?
All of the examples I've seen have the background worker running on a form, with the "work" also being run in the code on that form. I have an external class that does some extensive work; can I use a background worker to indicate the progress that's happening in that class? If someone has a link or some sample code where they've done that, that would be great.