S
sbcglobal
I am trying to use a webbrowser control to get html file from web, the
sample code in http://support.microsoft.com/?kbid=311284 like this
Dim doc As mshtml.HTMLDocument
doc = AxWebBrowser1.Document
but mshtml.HTMLDocument is not defined in vb .net 2003, did I miss
something?
sample code in http://support.microsoft.com/?kbid=311284 like this
Dim doc As mshtml.HTMLDocument
doc = AxWebBrowser1.Document
but mshtml.HTMLDocument is not defined in vb .net 2003, did I miss
something?