S
Steven Van Dyke
I am trying to display a RoboHelp HLP file using .NET Help and the
HelpProvider. All of the commands display the help file, but none preselect
the Index or Seach tabs. Nor can I display a preselected topic. What is the
Keyword supposed to be set to?
Help.ShowHelp(this, helpFile);
Help.ShowHelpIndex(this, helpFile);
Help.ShowHelp(this, helpFile, HelpNavigator.Find);
Help.ShowHelp(this, helpFile, HelpNavigator.Topic, 8025);
WindowsAPI.WinHelp(this.Handle, helpFile,
(int)(HelpNavigator.AssociateIndex), 8025);
helpProvider.HelpNamespace = helpFile;
helpProvider.SetHelpNavigator(this, HelpNavigator.Topic);
helpProvider.SetHelpKeyword(this, "8030");
helpProvider.SetHelpString(this, "The Select Items window provides a central
location for report generation and watch window item selection.");
Anyhow, any working examples would be helpful. THANKS!
Steve
HelpProvider. All of the commands display the help file, but none preselect
the Index or Seach tabs. Nor can I display a preselected topic. What is the
Keyword supposed to be set to?
Help.ShowHelp(this, helpFile);
Help.ShowHelpIndex(this, helpFile);
Help.ShowHelp(this, helpFile, HelpNavigator.Find);
Help.ShowHelp(this, helpFile, HelpNavigator.Topic, 8025);
WindowsAPI.WinHelp(this.Handle, helpFile,
(int)(HelpNavigator.AssociateIndex), 8025);
helpProvider.HelpNamespace = helpFile;
helpProvider.SetHelpNavigator(this, HelpNavigator.Topic);
helpProvider.SetHelpKeyword(this, "8030");
helpProvider.SetHelpString(this, "The Select Items window provides a central
location for report generation and watch window item selection.");
Anyhow, any working examples would be helpful. THANKS!
Steve