CopperKettle6
Member
- Joined
- Dec 8, 2020
- Messages
- 7
- Programming Experience
- 10+
Using HelpProvider to provide contexted help and works well for controls based using a chm file. However, want to be able to click on a button and bring up a specific topic. This was a piece of cake to do in VB6 but can't seem to figure out how to do with helpProvider. You would think the following statement would work but it does not - just goes to default topic rather than that specified with a "Can't Reach this page in the text area.
Help.ShowHelp(Me, HelpProvider1.HelpNamespace, "Name of desired topic")
Help.ShowHelp(Me, HelpProvider1.HelpNamespace, "Name of desired topic")