Trouble with Context Sensitive Help
How can I open a RoboHelp URL like the following from a .NET WinForms app using HelpProvider?
We've tried setting the following on the HelpProvider class
- helpProvider1.HelpNamespace = "https://example.com/";
- helpProvider1.SetHelpKeyword(this, "Invoicing/Point-of-Sale/Basic_POS.htm");
- helpProvider1.SetHelpNavigator(this, HelpNavigator.Topic);
But when F1 is pressed, HelpProvider concatenates HelpNamespace and HelpKeyword with the # character between the values which does not work since it's not a valid anchor:
