I have figured out how to show the help file (.chm) by using code, but how do I have it so when the user presses F1 the help file shows? I went to project properties and couldn't see where to input the help file.
Printable View
I have figured out how to show the help file (.chm) by using code, but how do I have it so when the user presses F1 the help file shows? I went to project properties and couldn't see where to input the help file.
I dont get it, why dont you just check for F1 in form_keypress event?:confused:
I could probably do that, but in past versions of VB, there was a way to specify the help file in the project properties, and it handled it for you. I am wondering if there is something like this with .Net.
There is a "Help Provider" control, have you seen that?!:eek:
This is from the electronic version of MCAD/MCSD Training Kit—Developing Windows-Based Applications with Microsoft Visual Basic .NET and Microsoft Visual C# .NET.
Here you go. http://www.pierrewalker.com/Files/Lesson_4.doc
Hope that helped.
Thanks, I have that book, but not with me. See what I can do with the info....thanks again.