I haven't used a background worker before; all of the examples I've seen involve a single form. Can I use a background worker with an external class? (where the crunching is happening)
i.e.: I have a form that calls a routine in a class, and I would like to display a progress bar on the form with the progress of that routine. If anyone has a code sample that would be great.