Hi..

I have a help file in my program and it automatic starts when I press F1 but it would be nice to for example start it in the menu or when a user press a buttom. How do I show the help?

I have tryed to use the "SendKeys("{F1}") but it don't feel right, there must be a better way.