How do I link from a WinHelp topic to an HTML Help topic?
Here’s the correct syntax for jumping from a WinHelp topic link to a topic in a compiled HTML Help (.chm) file: !execfile(hh.exe, filename.chm::/topic.htm) where !execfile is the name of the WinHelp macro, hh.exe is the HTML Help executable program, filename.chm is the name of the compiled help file, and topic.htm is the name of the HTML topic file.
Related Questions
- How can I create a link to a namespace elements help topic from an external source such as application code or a page in an external web site?
- Using WinHelp I could create a formatted pop-up window. How can I do this in HTML Help?
- How to remove the "Generated by Web Log Suite" link from the generated HTML pages?