Accessing images in Webbrowser control to
- From: p8mode@xxxxxxx
- Date: 19 Oct 2006 04:22:34 -0700
Hello.
Im automating the Webbrowser control
({8856F961-340A-11D0-A96B-00C04FD705A2})
I want to acces the images displayed on the page. Is there some way to
I can directly access the data of an image in a Webbrowser document (eg
as char * data) ?
Via Document::images I get an "IHTMLElementCollection" which I can call
"item" on to get an 'image'. I can get the "src" of the image from
this, but I dont want to have to download this myself with a separate
http client. I want to get the webbrowser to download it for me, of
give me a copy of the image data it already has for the image, or tell
me a file name where it downloaded the image to in cache or something.
Can anybody help me get direct acces to the images data of the document
or the -local- files where they are cached.
Thanks very much in advance.
P.S
Showing the statusBar or addressBar (by setting the corresponding
properties) doesnt seem to work. Do I need to call some kind of
"updateLayout" function too or is this a known bug?
.
- Follow-Ups:
- Prev by Date: Re: Retrieving the COM class factory for component with CLSID error,pls help me
- Next by Date: Re: Accessing images in Webbrowser control to
- Previous by thread: Re: Retrieving the COM class factory for component with CLSID error,pls help me
- Next by thread: Re: Accessing images in Webbrowser control to
- Index(es):
Relevant Pages
|
|