Can I create a link to an chm file such that it opens at a specific topic in the help viewer? I seem to be able to either open the viewer at the default page or I am able to show the topic file but I want to view a topic other than the default in the viewer and thus then have the option of navigating around the rest of the help?
Sure, it's described in a help for html help: >To link to a topic in a compiled help file from a Web page or topic file >Create an HTML file. >Create a link using the following syntax: ><A HREF="ms-its:file name.chm::/topic.htm"> >where file name.chm is the name of the compiled help file and topic.htm is the >name of the HTML file to which you want to link. >Make sure that the compiled help file you want to link to is located in the same >directory as the file you are linking from. >Notes >Use this procedure if you want to pull a single topic from a compiled help file. You can also create a link that will download the entire help file. >The MS-ITS protocol works with Microsoft Internet Explorer 4.0 or later. If your users are running Internet Explorer 3.0, they need to use the following protocol, which also works with later versions of the browser: mk:@MSITStore:file name.chm::/topic.htm. >If you want to link to a compiled help file that is located in a directory on the Web, you need to provide the full URL including the HTTP address. For example, ms-its:http://www.sample.com/file name.chm::/topic.htm. Original article you can access by executing hh.exe mk:@MS-ITS:C:\WINDOWS\Help\htmlhelp.chm::/htlink3.htm from Start\Run menu of your Windows (installed in C:\Windows). Simple "mk:@MS-ITS:C:\WINDOWS\Help\htmlhelp.chm::/htlink3.htm" will open article in an IE window. "Sez" wrote: > Can I create a link to an chm file such that it opens at a specific topic in > the help viewer? > > I seem to be able to either open the viewer at the default page or I am able > to show the topic file but I want to view a topic other than the default in > the viewer and thus then have the option of navigating around the rest of the > help?