This is a revision of my original post.
I have found various topics on displaying help and have incorporated Help.ShowHelp into my application without issue. But my question is about how do I display the help in something like tooltips as opposed to a separate help window? I want to have one source location for the help information (CHM) but be able to display it by hovering with a mouse (like tooltips) or by pressing F1 to bring up a help window navigated to the topic of interest.
I am not concerned right now with hooking up the F1 abilities because I have found plenty of information on how to do that. I am coming up short finding a way to provide something like tooltips with the information that is contained in the CHM file.
Original Post:
My basic question is can I pull text from a CHM file to use for my tooltips so that the information is not duplicated and potentially out of sync? I will also be hooking up the CHM file for F1 help and general Help as a menu or button item.
I found a post from a few years ago that is almost my exact question:
Integrate tooltips with CHM help in Windows app
It was asking about Delphi in that post and I am using C# but was otherwise my question. Unfortunately, the link to a possible explanation is broken. That question was never fully answered then. Does somebody have an answer or a link to an answer?
Dave