# CHMHelpFileReader_WPF **Repository Path**: zhang_haoran1/CHMHelpFileReader_WPF ## Basic Information - **Project Name**: CHMHelpFileReader_WPF - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-02 - **Last Updated**: 2021-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CHMReader CHMReader is a WPF application that reads contents from a CHM help file. The sample illustrates two methods for achieveing the same. ## Method 1 Using [HtmlHelp library](https://www.codeproject.com/Articles/6765/HtmlHelp-library-and-example-viewer). The library has a method which supports searching for a particular URL in CHM file using key words. The URL is then loaded into a WebBrowser ## Method 2 Exracting HTML files from CHM into a target folder and manually finding the required file through recursive directory search. The file is then loaded into a WebBrowser.