Hi in my asp.net app i want to list some websites with respective dynamically captured site image.Show me some way with C#...
+2
A:
Update:
http://www.codeproject.com has an article and source code on a Webpage thumbnailer that will get you up and running.
You can easily modify the source to specify the size of viewport that you would like to capture with, and whether you want a screenshot or a full-height grab.
RedFilter
2010-09-21 14:43:20
both links on that page for the download are broken im afraid
PaulStack
2010-09-21 14:45:11
@PaulStack: thanks - I had bookmarked those a while ago, too bad they are dead. I have updated my response.
RedFilter
2010-09-21 14:49:48
+2
A:
I think this is exactly what you are looking for :
http://www.aspdotnetcodes.com/Asp.Net_Dynamic_Thumbnail_Creation.aspx
Another one :
loxxy
2010-09-21 14:47:42
Those links demonstrate creating a thumbnail from an image, not from a web site URL.
RedFilter
2010-09-21 18:38:04