Load Webbrowser Page in background

M

Manfred

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
 
A

Andrew Christiansen

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top