Hi,
We are working on a project in need of some sophisticated thumbnail
generating:
Miguel de Icaza (of Mono fame) has shown a Thumbnail generator (for
screenshot of webpages) as detailed in this blog entry
(http://tirania.org/blog/archive/2004/Jun-14.html). They do it with GTK# and
GECKO#.
Can we do the same with Windows Forms 2.0's WebBrowser control?
We think it will need to draw to an off-screen buffer, a snapshot will be
taken of the buffer, and returned back to external callers like ASP.NET
pages and Windows Service daemons. Our main interest will center around:
1) whether it's possible to make use of functionality the Forms
namespace if I never intend to make a program visible;
2) whether such functionality can be bundled into an callable assembly;
3) and whether WebBrowser 2.0 is a better way to take snapshots (we will
need features like: w/ or w/o scroll-bars; w/ or w/o GUI elements; and
customizable width and height) or should I look for ActiveX access methods.
This sounds like some serious Windows Forms 2.0 fu, and we would be
delighted if the kind Windows Forms 2.0 experts in this channel can show us
the path. Your assistance in this matter is greatly appreciated!
Best regards,
-- Li-fan

Signature
Li-fan Chen
Software analyst/developer, Entrepreneur
Markham, Ontario, Canada
Chris Dunaway - 20 Feb 2006 19:11 GMT
See if this helps:
http://www.bobpowell.net/highqualitythumb.htm
Özden Irmak - 20 Feb 2006 20:32 GMT
Hi,
I think this link might be usefull for your purpose :
http://www.vbaccelerator.com/home/NET/Code/Libraries/Shell_Projects/Thumbnail_Ex
traction/article.asp
Regards,
Özden
> Hi,
>
[quoted text clipped - 25 lines]
> Best regards,
> -- Li-fan
Herfried K. Wagner [MVP] - 20 Feb 2006 22:31 GMT
"Li-fan Chen" <obiwantcp@hotmail.com> schrieb:
> We are working on a project in need of some sophisticated thumbnail
> generating:
[quoted text clipped - 5 lines]
>
> Can we do the same with Windows Forms 2.0's WebBrowser control?
I don't think this control is suitable for this purpose.
IECapt
<URL:http://iecapt.sourceforge.net/>

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Li-fan Chen - 24 Feb 2006 16:33 GMT
Hi guys,
I really appreciate all the responses. Thank you! We will try to make
something of the advices given. Cheers!
Best regards,
-- Li-fan

Signature
Li-fan Chen
Software analyst/developer, Entrepreneur
Markham, Ontario, Canada
> "Li-fan Chen" <obiwantcp@hotmail.com> schrieb:
>> We are working on a project in need of some sophisticated thumbnail
[quoted text clipped - 11 lines]
> IECapt
> <URL:http://iecapt.sourceforge.net/>