1
Reply

How do I use a Background Worker with a class?

mondo3

mondo3

Apr 9 2012 7:04 PM
1.9k
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.

Answers (1)