VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



HTML Help File Generator

by Donald Derrick (2 Submissions)
Category: Coding Standards
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

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].
Code 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

Download HTML Help File Generator

Download HTML Help File Generator (159 KB)

HTML Help File Generator Comments

No comments have been posted about HTML Help File Generator. Why not be the first to post a comment about HTML Help File Generator.

Post your comment

Subject:
Message:
0/1000 characters