|
-
Mar 26th, 2008, 08:13 AM
#1
Thread Starter
Junior Member
[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 . 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.
-
Mar 26th, 2008, 08:20 AM
#2
Re: [2005] Webbrowser access and Backgroundworker
Yeah, you'd have to put all code that accesses the forms controls in the ProgressChanged method.
-
Mar 26th, 2008, 08:31 AM
#3
Thread Starter
Junior Member
Re: [2005] Webbrowser access and Backgroundworker
Last edited by koolaid; Mar 26th, 2008 at 02:03 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|