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.
I have a homepage application, it was used to launch individual applications, and the
Share
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 thehrefattribute).If they are not in the same directories, try absolute paths and pray that users always put the files in the same place.