Load Webbrowser Page in background

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Manfred

    #1

    Load Webbrowser Page in background

    Hello

    I have a Webbrowser Control on my mainform. When the Webbrowser is
    loading a webpage it may take some time and the application waits upon
    completion. How can I load this page in the background (maibe in a
    different thread)?


    regards

    Manfred
  • Andrew Christiansen

    #2
    Re: Load Webbrowser Page in background

    The WebBrowser control's 'Navigate' method usually returns immediately, so
    your application should not hang when the control is loading a page. Not
    exactly sure what you are asking for here?

    - Andrew

    "Manfred" <manfred@nospam .comwrote in message
    news:eek$xh7nHH A.4400@TK2MSFTN GP03.phx.gbl...
    Hello
    >
    I have a Webbrowser Control on my mainform. When the Webbrowser is
    loading a webpage it may take some time and the application waits upon
    completion. How can I load this page in the background (maibe in a
    different thread)?
    >
    >
    regards
    >
    Manfred

    Comment

    Working...