Help Viewer 2.0 Code ExamplesHome Page: Help Viewer 2.0 on CodePlex Click download (above) to get version 1.0.0.10 of the Help Viewer 1.0 code examples (compiled executables are included. Code is C# .NET). Requires VS 11 to run and compile. DescriptionHelp Viewer 2.0 is the help runtime for both Visual Studio 11 and Windows 8 desktop. These have separate DLLs but are created from the same code base. The API examples currently use the VS 11 help API but you can edit the project references to point to the Windows 8 DLLs instead.
There are 2 API examples currently included:
ContributorsThe examples were created by Helpware (MVP Rob Chandler) with the support and partnership of Mr. Paul O'Rear [MS] and the Microsoft Help team. BugsIf you see bugs please report via CodePlex. Rob
Help Viewer example - Note that this is not fully featured (eg. I haven't implemented things like bookmarks) but it will get you started in creating a standard help viewer. Help Viewer 2.0 API Explore - Shows you examples of all available help API calls. Plus utilty for creaing ,mshx and .mshi files. Also code that explores the XML files of a managed catalog store. And error log viewer. |