I have a help file (.chm), and I want to be able to perform a seemingly simple operation of having that file open when the user selects "Contents" from the "Help" menu. I have added the proper object to the project and set it's namespace property to the location of the file. The problem is, I can't find anything that explains how to bind this to the control. I can't find anything in the help file (C# Express) on how to actually write the code that makes this happen.
I'm also wondering if there's more than one way to do this.