I need a little help with the following, I'm trying to use multiple webbrowsers with Backgroundworker. I'm not that experienced with threads/backgroundworker yet . The thing that I don't understand, I can't access browser members (documentText etc) in DoWork, does this mean I must put all my code in ProgressChanged?

Thanks.