I've created a help document that describes all of the methods and objects in my namespace.
It's to be used by other developers as a reference to understand what my methods do and how my objects are supposed to be used with the methods.
Apparently in VB6 there's a way to set the HelpContext ID for a function/object that matches an ID in a help file... so that when the developer has selected a method and presses F1 (in the VB6 editor) the help file opens to the help for the function.
Does anyone know how to achieve this in .NET??
It's to be used by other developers as a reference to understand what my methods do and how my objects are supposed to be used with the methods.
Apparently in VB6 there's a way to set the HelpContext ID for a function/object that matches an ID in a help file... so that when the developer has selected a method and presses F1 (in the VB6 editor) the help file opens to the help for the function.
Does anyone know how to achieve this in .NET??
Comment