Help Professor's Visual Basic Add-In will help you integrate your help file with your Visual Basic Application. The Add-In will be used to connect forms and controls in your application to topics in the help file.
The Add-In will help you jump start your help file development by creating a shell for your help file. The Add-In will walk you through steps that will create a simple HTML Help Project that you can use as a starting point for your help file development
Create a shell for your help file in under a minute.
Automatically Assign HelpContextIDs/WhatsThisHelpID's
-
Assign to all forms and controls
-
Assign to only forms and controls that you select
-
Assign to only forms and controls that don't have an ID
-
Set Start value and Increment value
You can assign new HCID's/WTHID's to all forms and controls, to only the forms/controls that you select, or you can assign HCID's/WTHID's to only controls that don't have a HCID's/WTHID's.
The starting value and increment value of the HCID's/WTHID's are customizable.
Extract Comments From VB Code
Add text to your page by including comments from your Visual Basic Source Code. Just add HP: at the beginning of your comment and the comment text will be added to the topic that is linked with the control.