AxWebBrowser1.Document type question

  • Thread starter Thread starter sbcglobal
  • Start date Start date
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?
 
Hi,

To see the description of Axwebbrowser in visualstudio help, the best thing
is to put the help search filter to "no filter", than you get a bunch of
information

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top