Tag: Website Screenshot

An Open Source Website Screen Capture Program

March 14, 2009 | By | 3 Comments

A few weeks ago I posted Taking Thumbnails of a Website, that shows how to take a screen shot of a website using the Web Browser control. I used the code from the post to develop SiteCapture as an open source application.

Continue Reading

Taking Thumbnails of a Website

February 19, 2009 | By | 7 Comments

I always wondered how web directories take thumbnail snapshots of my blog when I register with them. And yesterday I had some free time to find out how it could be done in C#. I used the WebBrowser control to achieve this. Here is how I did it.

Continue Reading