Jump to content

Launching A Help File


alawoona
 Share

Recommended Posts

Note: GUISetHelp is only to set a command (executable file) to run when you press F1 in your GUI window.

Alawoona seems to be using a GUI menu, so GUISetHelp wouldn't be of much use.

Alawoona, use something like this:

$HelpPath = "C:\Program Files\HelpFile.chm";
Run(@COMSPEC & ' /c start "' & $HelpPath & '"');
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...