up vote 1 down vote favorite
share [g+] share [fb]

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.

link|improve this question

70% accept rate
feedback

2 Answers

up vote 1 down vote accepted

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|improve this answer
Thanks for your information. It can work, but a download dialog will pop up if you click the link. – Yigang Wu Oct 10 '09 at 5:47
Try to put "its:" in front of the path. – Aaron Digulla Oct 10 '09 at 20:50
See this page: helpware.net/htmlhelp/linktochm.htm – Aaron Digulla Oct 10 '09 at 20:51
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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