Normally, in a VB app, you can press F1 and it will bring up the help file that is specified in the project properties (App.HelpFile).

We have a completed app and we're just wanting to add help but unfortunately our application does not resond to F1 anymore.

Is there anyway to fix this?

If not, is there anyway to invoke the help file mannually (I'd rather not use a Shell command if possible)?