To link from a topic in a WinHelp file to a topic in an HTML Help file

  1. Open the appropriate WinHelp topic and add the following macro syntax to the link:

    !execfile(hh.exe, ms-its:file name.chm::/topic.htm)

    where !execfile is the name of the WinHelp macro, hh.exe is the HTML Help executable file, file name.chm is the name of the compiled help file and topic.htm is the name of the HTML file.
  2. Make sure that the compiled help (.chm) file you want to link to is located in the same directory as the WinHelp file you are linking from.

Notes

Home page link About creating a link to another compiled help file