Question

I have a homepage application, it was used to launch individual applications, and the CHM of homepage has a brief description of individual applications and links to launch other CHM help file. How can I archive it? Is there any API in CHM what I can use? Thanks in advance.

Was it helpful?

Solution

You must install the second CHM file in the same directory as the first. Then, you can create a link with href="name-of-other.chm" (i.e. just put the name of the other file into the href attribute).

If they are not in the same directories, try absolute paths and pray that users always put the files in the same place.

OTHER TIPS

Besides the link Aaron mentioned, there is also something like master/slave chms, which is a deeper integration of CHMs:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top