[2005] Webbrowser access and Backgroundworker
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 :o. 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.
Re: [2005] Webbrowser access and Backgroundworker
Yeah, you'd have to put all code that accesses the forms controls in the ProgressChanged method.
Re: [2005] Webbrowser access and Backgroundworker