1
Answer

How do I use a Background Worker with a class?

Photo of mondo3

mondo3

13y
2.2k
1
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)