문제

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.

올바른 솔루션이 없습니다

다른 팁

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).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top