Hi,
I am new to VB. I am trying to parse an html file. I would like not to use a WebBrowser control because it seems like overkill. The HtmlDocument class appears not to work outside of a WebBrowser control. If there is not a way to initialize it independantly, then thats a no go. Is there another api or am I stuck choosing between the WebBrowser control and a hand coded solution?
Thanks in advance,
Aaron