Back

Tip 8. Opening Help Contents on 95 or NT4.

If you have developed some help with a Windows 95 Help tool ShowHelp will only open the first page or the Index.

Call the Windows Help program directly to get the contents page to work.

Run("Winhlp32 " + ls_help_file)

Added before 01 Jan 2000

Back