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?

