Multiple WebBrowser controls running on different threads

I'm developing an application that opens a page on the main thread/WebBrowser control, gets some links and processes these links in a given number of WebBrowser/threads at the same time. This number of simultaneous jobs is given by the user.

How can I do this? I need a basic tutorial about threading but complete. And if it's possible, an example.

Does anybody here can help me?

[400 byte] By [Juliano.net] at [2007-12-24]
# 1
You can use the lock and AutoReset to synchronize. Take a look at http://msdn2.microsoft.com/en-us/library/ms173178.aspx
AmitPaka-MSFT at 2007-8-31 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...
# 2

For an excellent and complete guide on Multi Threading see: http://www.albahari.com/threading/

Cheers ;-)

RizwanSharp at 2007-8-31 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...

.NET Development

Site Classified