Results 1 to 3 of 3

Thread: [2005] Webbrowser access and Backgroundworker

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2008
    Posts
    22

    [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.

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: [2005] Webbrowser access and Backgroundworker

    Yeah, you'd have to put all code that accesses the forms controls in the ProgressChanged method.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2008
    Posts
    22

    Re: [2005] Webbrowser access and Backgroundworker

    -nvm-
    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
  •  



Click Here to Expand Forum to Full Width