SmokyRick
Member
- Joined
- Mar 14, 2018
- Messages
- 11
- Programming Experience
- Beginner
Hello - I have a button on my form which says "Help", and I would like it to access the same thing as when the user hits F1. I have a "Help Provider" which I am using for that purpose. I am programming with Visual Basic in Visual Studio 2017. How can I do this? Any help would be appreciated. I cannot seem to find any references to this online, and am quite lost.
Thanks, Smoky
Thanks, I was able to use the line Help.ShowHelp(Me, [my URL]) in the buttonHelp_Click sub and that worked.
Thanks, Smoky
Thanks, I was able to use the line Help.ShowHelp(Me, [my URL]) in the buttonHelp_Click sub and that worked.
Last edited: