File preview?

Hi

I want to write a software that is searching throw my directories for all index.htm files. For each file that it founds I want to make a preview snapshot similar like in the windows explorer. When you change there to "preview" view then you can see a little picture of the website. I want that my software creates such a little preview pic of this html-file. But my main problem is that I have no idea how to do this. Is there some API or class that can already make such preview-pics or at least snapshots? My first idea was to call the iexplorer with that file, make the snapshot and then close the window again. But first of all I think there must be a better solution and second: I still have no idea how to make a snapshot. Can anybody help me? The background to this idea is that I have alot of websites on my harddisk and I want to create a new website that contains small previews from all websites that I have so that you can get a good overlook about all sites that I have and I want to create this page automaticlly because I have about 500 page-templates on my hdd - that's too much for doing this manuell

Thanks in advance
Grit
[1170 byte] By [Grit] at [2007-11-19 18:30:20]
# 1 Re: File preview?
Maybe this article can help: HTML Preview ( http://www.codeproject.com/html/htmlpreview.asp)

Cheers
golanshahar at 2007-11-10 23:46:38 >