Friday, July 31, 2009

Capture the whole website screenshot by asp coding?

I want to add website screenshots automatically when a user adds a link to my website.





Do you know how to do it with asp coding? some components maybe?

Capture the whole website screenshot by asp coding?
You mean a thumbnail, kinda like Facebook does?





If you want to take a screenshot from ASP, you could use the WebBrowser-control of the .NET-framework 2.0, browse to the url with it and display the image in that. Then you could get ahold of the contentpane and convert it to an image with GDI+.





Alternately, you can use the utility called IECapt:


http://iecapt.sourceforge.net/


No comments:

Post a Comment