Re: plugin for IE 6
- From: Phlip <phlip2005@xxxxxxxxx>
- Date: Tue, 25 Apr 2006 21:55:16 GMT
Grzegorz Smith wrote:
Hi all.
I need to write a plugin for IE 6.0. Plugin should have ability to check
some area on webpage and convert it to graphic format (bmp/png/gif), or
send by webpage. Does anyone do something similarity? I could use some
help about that..
The interface between IE and the desktop has the capacity to do a
"thumbnail" of a web page. If you hijack the method IExtractImage->Extract,
you can switch the thumbnail size to really big (instead of small for the
shell explorer). There's sample code out there that calls that, and puts
the result into a bitmap. Then you just plug that code into a standard IE
toolbar, such as created by the ATL wizard.
However, it's a thumbnail of the entire screen, not a region. You could copy
the regions HTML (and CSS) out, then thumbnail that. However...
....you are amazingly lucky I happened to answer your question here - unless
I'm wrong. I promise you that nobody else on this newsgroup has ever done
anything like this before. You ought to post to one of MS's newsgroup, such
as one that discusses programming IE shell extensions.
Posting to this newsgroup is a bit of a gamble for such a narrow question!
--
Phlip
http://www.greencheese.us/ZeekLand <-- NOT a blog!!!
.
- References:
- plugin for IE 6
- From: Grzegorz Smith
- plugin for IE 6
- Prev by Date: plugin for IE 6
- Next by Date: Re: easy way to compute the area of some curved function...
- Previous by thread: plugin for IE 6
- Next by thread: 345 free programming books
- Index(es):
Relevant Pages
|