Re: Reading IE browser contents?



Are you familiar with the IE document object
model at all? It sounds like your best
option might be to use a WebBrowser control,
which is an IE window. Then reference MSHTML
in your project to get "intellisense" for the document
object model. The WB.Document can then be
referenced to get whatever you want in the current
webpage.

I need to write an application that can read the contents of IE6.

Basically the user opens an intranet site and displays a page then From
within a vb app they click a button that first checks the page title and
if
the first x characters match then it reads the page and extracts various
document values (div tags, form elements, etc) and stores them else where.

Is this possible or will Microsoft's security model stop it from working?
this is for IE6 only.

is so is there any examples on how I could do this?

thanks




.