Re: how to get raw HTML data
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Mon, 16 Jan 2006 18:19:37 -0500
"Andrew Yao" <andrewyao@xxxxxxxxxxxxxxxx> wrote in message
news:c2Wyf.38$Zr6.258@xxxxxxxxxxxxxxx
> Is there a way to get the entire HTML data stream from IE?
Get to the document object (IWebBrowser2::get_Document), query it for
IPersistStreamInit, call Save. You can create an in-memory IStream
implmenetation with CreateStreamOnHGlobal.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- Follow-Ups:
- Re: how to get raw HTML data
- From: Andrew Yao
- Re: how to get raw HTML data
- References:
- how to get raw HTML data
- From: Andrew Yao
- how to get raw HTML data
- Prev by Date: how to get raw HTML data
- Next by Date: Re: how to get raw HTML data
- Previous by thread: how to get raw HTML data
- Next by thread: Re: how to get raw HTML data
- Index(es):
Relevant Pages
|
|