Search the web
Sign In
New User? Sign Up
codesnips · Code Snippets
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
[C#] PageCapturer Utility   Message List  
Reply | Forward Message #29 of 48 |
Intro:
The PageCapturer utility is used to download Web pages programmatically and save them onto hard disk.
 
File: PageCapturer.zip attached with this email.
 
Purpose:
I made this to help me organize the pages visited everyday into a separate directory. And through this way I can save each page automatically with out having to Save each file manually.
 
Feature Missing:
This utility only downloads the Text of the Web page, the images or other media linked is not downloaded.
 
ScreenShot:
 
 
Working:
You can either enter the link into the Link field and then press "Get Page" button or simply copy the url. The program checkes every 2 seconds for any url on the clip board. Currenly, only http:// and ftp:// files are supported.
 
When the page is downloaded completely, the link for the page is automatically added to the "List of Pages fetched today". The list is also saved as an xml file "index.xml" into each directory which is also loaded at the startup. The "View Index" button displays the "index.xml" file after transforming it with the xsl file "index.xsl". Whereas, the "View Page" button displays the selected page in the list. You can also view the page by double clicking the page on the list.
The code is simple and does not block from throwing any exception, therefore you might see some exceptions.
 
How-To Run:
Either load the solution into VS.NET and execute; or run the PageCapturer.exe in the bin\debug\ directory.
 
/regards,
Nauman Leghari
 
For any questions on this, email on laghari78@... :).


Sat Mar 1, 2003 4:01 pm

laghari78
Online Now Online Now
Send Email Send Email

Attachment
PageCapturer.zip
Type:
application/x-compressed
Forward
Message #29 of 48 |
Expand Messages Author Sort by Date

Intro: The PageCapturer utility is used to download Web pages programmatically and save them onto hard disk. File: PageCapturer.zip attached with this email. ...
Nauman Leghari
laghari78
Online Now Send Email
Mar 1, 2003
4:06 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help