BackgroundWorker and WebBrowser Control
Posted
by James Jeffery
on Stack Overflow
See other posts from Stack Overflow
or by James Jeffery
Published on 2010-03-22T10:01:19Z
Indexed on
2010/03/22
10:11 UTC
Read the original article
Hit count: 332
c#
Is it possible/recommended to use background worker threads with the web browser control?
I am creating a bot that searches google for keywords, then checks for sites in the first 10 pages to see if a site is ranked.
The user can provide a maximum of 20 sites to check, and can use proxies. So ideally I'd like to have 5 threads working at once.
Is it possible? I might have heard somewhere that there are problems with WebBrowser control and threads.
© Stack Overflow or respective owner