Hi Guys,
I'm trying to use the web browser control to open a url and get its HTML contents. You might ask why I'm not using the System.Net objects, the web pages are formatted through java scripts so the web browser control is the faster way but I can't seem to make it work. First, WebBrowser.Navigate won't fire when called. Please help.
BTW, I wrapped the web browser control from a class in a control library. Does web browser needs to be in a windows form type of assembly? I'm guessing that it has something to do with the message pump -- but I don't know completely. I also tried to house it in a form but still failed. Anyone's help is very much appreciated. I hope Jon Skeet can say something on this :).