Question

I am saddled with WinHelp format (.hlp) files and need to invoke them from a .NET 3.5 DLL. I can get the file to launch but am unable to get either TopicId or Topic to work. The file always opens to the "Getting Started" topic.

No correct solution

OTHER TIPS

If you are using a HelpProvider component, then you need to set the HelpNavigator property to Topic, the HelpNameSpace property to the help file path, and the HelpKeyword property to be the topic (full path within the help file).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top