I need to assign some of the topics of my .chm help (HTMLHelp) with certain items on a VB project using the HelpContextID property. How can this be done?
==== Create a file alias.h
//// This has alias to the actual html file to be displayed
90_Help = Welcome.html;
0_help = Upload.html;
What does "90_Help" and "0_help" means?
Also I did that API including (for both tabs - the Map and Alias one - this is another confusion) but I keep getting an "HH_HELP_CONTEXT called without a [MAP] section" - which is not true because I include my id.h file in both the map and alias section...
This is what I use in my vb call:
Private Sub Command3_Click()
With hHelp
.CHMFile = App.Path & "\dumbo.chm"
.HHTopicID = 1000
.HHWindow = "Main"
.HHDisplayTopicID
End With
End Sub
Do you mind if I send my sample .hhp project zipped for a look?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.