CHI TANG
CHI TANG

Reputation: 93

Force CHM help window move to Index or Search tab initially

How to add the feature in a CHM file to force the HTML help window move to the 'Index' or 'Search' tab when the help window popup initially?

The HtmlHelp API has options to specify either a 'HH_DISPLAY_INDEX' or 'HH_DISPLAY_SEARCH' command so the CHM help window will be foced to move to the specified tab (Index or Search tab).

Thanks for help.

CK

Upvotes: 0

Views: 616

Answers (1)

Marco van de Voort
Marco van de Voort

Reputation: 26376

Afaik the window section has options for this, but this means you must define a window.

Look at

http://chmspec.nongnu.org/latest/INI.html#HHP

paragraph 5.6.2.2.2. item 18

Upvotes: 1

Related Questions