An Open Source Website Screen Capture Program

Amgad Suliman | 14/03/2009 | 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.

Filed Under: WinForms

Taking Thumbnails of a Website

Amgad Suliman | 19/02/2009 | 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.

Filed Under: WinForms