Click here to Skip to main content
Licence 
First Posted 6 Jan 2000
Views 69,574
Bookmarked 17 times

Selective Offline Browser

By | 6 Jan 2000 | Article
An useful application to download only selected files for offline browsing.

Sample Image - OfflineBrowser.jpg

While browsing a message board a few days back, I noticed that someone wanted a utility to download only selected files for offline browsing. Seemed to me like an useful tool to have, so I wrote one.

While IE does let you download files for offline browsing, you have no control over which files are downloaded, you may just want a few, not all of the pages. This utility will give you that control.

To run this application, you will require IE 4.01 or above, as it is based on the WebBroswer2 control provided by IE. What the app does is pretty simple. You can specify a list of file specifications (*.html, r*.htm, etc...) and then choose a start page to start downloading from. Also you can specify the number of levels you want to download. The default is 0, which is rather useless. So for e.g., if you ask for 2 levels - all links which match the specifications you have entered will be followed down to 2 levels.

The application by itself is based on a CHTMLView which creates an IE WebBrowserApp control and runs it. All I really have done is create a class CHTTPLineHolder which takes a LPDISPATCH (interface to a WebBrowserApp) and uses it to download pages into your local system cache.

So, the basic logic followed is as follows:

NavigateToPage - ( URL to navigate to )
{
    Store Page Into Cache
    GetAllLinksWithinPage 

    For Each Link which satisfies  File Spec given 
        NavigateToPage ( Current Link)

}

This by itself will download the file - but to store it, a couple of calls to the WinInet library have to be made. These calls get a cache file name and store the page into the file. As this file name is got through WinInet, any application (including IE) which uses WinInet can use this cache.

Also, the whole operation is done on a separate thread, so as to allow painting by the main view. So as each page is got, you get to see it in the main view window.

The methods which do the work are:

CHTTPLinkHolder::ReadPage(const CString& szUrl)

and

CHTTPLinkHolder::ReadPageIntoCache(const CString& szURL)

To use the application, first choose View | File Extensions.. and add or delete items from the list until you have only the specs you need. You can use wildcards here so, "*.htm", "a*b?c.htm" etc. are valid specs. Next, choose View | Start... You will be asked for a starting page and the number of levels to download, enter this info and click OK. And once this process is over, go to IE, make sure your Offline Browsing option is set and choose the same start page you entered in the application. And you should be able to view the files you downloaded. Exceptions of course are dynamic content files which may not be downloaded as expected.

So - Happy Offline Browsing.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Rajiv Ramachandran

Web Developer

United States United States

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralUsing a proxy Pinmemberwww.add-your-page.com22:35 28 Jun '06  
QuestionEnable ActiveX execution? Pinmemberdragomir7:42 11 Sep '04  
GeneralCHtmlView and Swing PinmemberSky22:43 17 Jul '02  
Generalwe could not save anything... PinmemberAnonymous3:34 26 Jun '01  
GeneralBrowser Helper Objects Pinmemberrajeshmatch22:45 1 Apr '01  
GeneralRe: Browser Helper Objects PinmemberWenstone22:55 10 Jul '01  
GeneralGreat selection of webpage to show Pinsussron3:41 20 Mar '00  
GeneralRe: Great selection of webpage to show PinmemberAnonymous8:59 24 Apr '01  
GeneralRe: Great selection of webpage to show PinmemberNas10:08 29 Nov '01  
GeneralFix For Not being able to build project PinsussRajiv Ramachandran12:16 28 Jan '00  
GeneralDoes not compile PinsussGlenn Swonk5:53 12 Jan '00  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.5.120517.1 | Last Updated 7 Jan 2000
Article Copyright 2000 by Rajiv Ramachandran
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid