Screenshots (cached websites)

  • Thread starter Thread starter Martin Ho
  • Start date Start date
M

Martin Ho

When you go to google and search for some term, you'll see they have
something called "Cached", when you click on it, it will produce a
screenshot of the page, when it was last visited by their browser.
How do I go about creating the screenshots like those in Google in
VB.NET?

Thanks a lot,
Martin

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
Martin Ho said:
When you go to google and search for some term, you'll see they have
something called "Cached", when you click on it, it will produce a
screenshot of the page, when it was last visited by their browser.
How do I go about creating the screenshots like those in Google in
VB.NET?

Google simply cached the HTML code of the page in its cache and adds some
information to the HTML file. You can use 'WebClient.DownloadFile' to
download a file from the Web.
 
But google will take file along with all images and everything... is
there a way to do this somehow?

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top