Re: Reading IE browser contents?
- From: "mayayana" <mayaXXyana1a@xxxxxxxxxxxxxxxx>
- Date: Fri, 04 Aug 2006 23:10:16 GMT
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.if
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
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
.
- Follow-Ups:
- Re: Reading IE browser contents?
- From: Adrian
- Re: Reading IE browser contents?
- References:
- Reading IE browser contents?
- From: Adrian
- Reading IE browser contents?
- Prev by Date: Re: How to speed up code?
- Next by Date: Re: Find words within range of other word in string?????????
- Previous by thread: Re: Reading IE browser contents?
- Next by thread: Re: Reading IE browser contents?
- Index(es):