Hi,
I've made a helpfile test.hlp. Assigning helptopics to windows etc and calling via F1 succeeds.
Now I want to display the the Contents of the helpfile via the menu Help | Help Contents.
From the CBuilder Help I've got some code for the event handler:
const static int HELP_TAB = 15;
const static int CONTENTS_ACTIVE = -3;
Application->HelpCommand(HELP_TAB, CONTENTS_ACTIVE);
But that gives me the wizard to create the dictionary for the helpfile, and next time only the Search tab, without the Contents or Index tab.
Any ideas?
I've made a helpfile test.hlp. Assigning helptopics to windows etc and calling via F1 succeeds.
Now I want to display the the Contents of the helpfile via the menu Help | Help Contents.
From the CBuilder Help I've got some code for the event handler:
const static int HELP_TAB = 15;
const static int CONTENTS_ACTIVE = -3;
Application->HelpCommand(HELP_TAB, CONTENTS_ACTIVE);
But that gives me the wizard to create the dictionary for the helpfile, and next time only the Search tab, without the Contents or Index tab.
Any ideas?