VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

HTML Help File Generator

Donald Derrick  (2 Submissions)   Coding Standards   Visual Basic 3.0   Advanced   Wed 3rd February 2021

Take any ActiveX dll with unique help context ID's and generate an HTML help file outline of all the methods, events, properties and eneumerators.

Inputs
The name and path of the ActiveX dll, the name of the HTML help file described in your activeX dll, and the directory you want the HTML help file compiled to.

Assumes
The user must understand how to compile HTML help files using the latest HTML help workshop. [See the VB article 'writing HTML help files' from December 2001 for more details]. The user must also understand XML and XSLT if he/she wants to edit the end results [future articles/code will help with this].

Returns
The source files needed to comile HTML help files using the latest HTML help workshop.

Side Effects
If the user has created unique help context ID's for the program and public interfaces in their Active X dll, has used the same name in the help file location in VB properties as in this program, and places the HTML help file in the correct directory, they will have F1 help functionality like we are all used to from the MSDN library.

Rate HTML Help File Generator (7(7 Vote))

Download HTML Help File Generator

HTML Help File Generator Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters