vote up 0 vote down star

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.

flag

77% accept rate

2 Answers

vote up 0 vote down check

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.

link|flag
Thanks for your information. It can work, but a download dialog will pop up if you click the link. – Yigang Wu Oct 10 at 5:47
Try to put "its:" in front of the path. – Aaron Digulla Oct 10 at 20:50
See this page: helpware.net/htmlhelp/linktochm.htm – Aaron Digulla Oct 10 at 20:51
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.