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, then thats a no go. Is there another api or am I stuck with the
WebBrowser
control.
Thanks in advance,
Aaron