Re: Loading web pages concurrently using WebBrowser Control in .Net Framework 2.0
- From: jason.neo@xxxxxxxxx
- Date: 22 Aug 2006 07:06:48 -0700
Hi,
Anyone can share a thought?
Regards.
jason.neo@xxxxxxxxx wrote:
Hi all,
I am desperately working on the above. What happens here is that I need
to be able to load different pages concurrently using the WebBrowser
control in .Net Framework 2.0.
I have a Windows Application built and upon the click of a button, it
will spawn 2 seperate threads loading another Windows Form. Within this
form, I have a WebBrowser Control which will automatically load a
website (say www.yahoo.com) and time the loading time taken.
The problem arise here, when these 2 forms, which in their own thread,
is loaded, the content of the web page within the WebBrowser control is
loaded in order.
Such that if the web page has 50 items, and the 1st WebBrowser thread
will complete loading these 50 items before the 2nd WebBrowser thread
will continue to load.
What I wish to achieve is that once these 2 threads are spawn, they
will load the web pages as if the user has open 2 Internet Explorer
manually and typing in the URL and pressing ENTER at the same time. (Of
course this is not possible in real life therefore the threading
approach).
Just thinking aloud:
Has this got to do with IE running "new window" in the same process (in
Task Manager) if new child windows are opened using "Ctrl + N" short
cut keys as compared to opening IE manually which will create 2
IExplore.exe processes.
Thanks in advance to any assistance. I am really at deseperate end.
.
- Follow-Ups:
- References:
- Prev by Date: Loading web pages concurrently using WebBrowser Control in .Net Framework 2.0
- Next by Date: sinking ie events in ATL
- Previous by thread: Loading web pages concurrently using WebBrowser Control in .Net Framework 2.0
- Next by thread: Re: Loading web pages concurrently using WebBrowser Control in .Net Framework 2.0
- Index(es):