Home WinHelp HTML Help MS Help 2.0 LongHorn Help Store Links Betas Projects  
 

A VB-Based MS Help 2.0 Custom Viewer
Last updated September 13, 2002
Build 2.2.0
Page last updated February 17, 2005

This viewer also ships with .NET components from FarPoint Technologies.

 

   Download the Help 2.0 Custom Viewer (~1.9M)

System requirements are IE5 or above and one of the following: The MS Help 2.0 preview, the MSDN Subscriptions Library (also known as MSDN.NET) or VS.NET. VB5 runtimes and other required files are provided in the viewer's setup, so besides the requirements listed in the previous sentence, it's standalone.

 

Notes
  1. Updated for MS Help 2.0 Build 9466, January, 2002, and VS.NET ENU Enterprise Architect Build 9466, January, 2002. There may be some glitches if you're using different builds than these two.

  2. If you're using Windows NT or 2000, make sure you've updated the OS to the latest service pack.

  3. This viewer does not work with only the VS.NET Framework SDK installed.

  4. The viewer's MS Help 2.0 file was compiled with Rob Chandler's FAR.

  5. PLEASE NOTE: Source code for this viewer will not be made available. For further information, see the Help News page.

 

The Help 2.0 Custom Viewer is a pseudo-MSDN-type viewer written in VB5. It was developed from three of the VB6 samples from the original MS Help 2.0 SDK supplied to the Help MVP's by Microsoft. You should be able to open any registered MS Help 2.0 namespace with it, including MS.MSDNQTR.2005JAN as shown below:

 

Unlike in previous versions of this viewer, filters are working correctly and can be edited as illustrated above. Also, the Print Node menu items used with the Contents tab no longer print the first topic if Cancel is selected in the Print dialog. Finally, some XP visual styles are in-place thanks to a manifest file from Rob Chandler.

Source code for this viewer will not be made available. For further information, see the Help News page.

 

Current Requests (updated February 17, 2005)

  • [none]

 

Credits

Portions of this viewer were originally provided as part of the Havana_TOC, HavanaINDEX, and HavanaFTS1 samples supplied with the MS Help 2.0 SDK Beta 1 from Microsoft, December 2000. These three samples were combined into the HavanaINDEX sample to provide an initial viewer, and the rest of the viewer was developed on this foundation.

The Filter Tool and Filter Edit dialogs were modified from a VB6 SDK sample provided by Microsoft in MS Help 2.0 beta 2 Build 9254, August 2001. The sample's concept was as an overall filter editing tool for all MS Help 2.0 collections on the system. When this was integrated into this viewer, it was found two namespaces couldn't be opened simultaneously within the same app. The modifications involved changing these dialogs to use the same instance of a namespace opened into the viewer and not provide simultaneous access to the other MS Help 2.0 namespaces on the system.

"Mucho gracias" to fellow HTML Help MVP'r, friend and confidante Rob Chandler, for his almost daily suggestions and support. Thanks also to the other 9 HTML Help MVPs for gladly acting as guinea pigs during the development process. And finally, many thanks to Shane McRoberts and the rest of the Microsoft Help dev team for supplying the samples to get this thing going.

The Favorites tab functionality was derived from Oleg Gdalevich's WebChecker Sample Application. The purpose of the sample application is to inform the user about updates of Web-pages included (by the user) in Favorites. Browse to Oleg's site and check it out.

The Notes tab and Options Dialog XML-based INI file functionality is based on an article and code found in the December 2000 Visual Basic Programmer's Journal for using XML in place of INI files. It presents a nice set of methods for using the XML parser within msxml.dll, and is worth a read.

The code for the GetCommandLine and ProcessCmdLine procedures in Main.frm were modified from code found in the topic "Command Function Example" in the Visual Basic for Applications Reference in the April 2000 MSDN. Excellent modifications to that code, making it more applicable to this viewer, were found on AikoDude's site.

The Office XP-style menus and system menu additions were accomplished via Ackbar's version of VBAccelerator's cPopMenu control. This control, its source code, and a detailed sample project, are available at Planet Source Code.