Re: HtmlHelp / chm - problem
From: Ernst Sauer (Sauer-Ernst_at_t-online.de)
Date: 03/11/04
- Next message: Scott McPhillips [MVP]: "Re: Combo Box"
- Previous message: Scott McPhillips [MVP]: "Re: CFIleDialog and CFontDilaog Queries"
- In reply to: Pete Lees: "Re: HtmlHelp / chm - problem"
- Next in thread: Pete Lees: "Re: HtmlHelp / chm - problem"
- Reply: Pete Lees: "Re: HtmlHelp / chm - problem"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Mar 2004 14:20:54 +0100
"Pete Lees" <PD.Lees@btinternet.com> schrieb im Newsbeitrag
news:c8bde505.0403101209.33d8e5d3@posting.google.com...
> Hi Ernst,
>
> > Now I want my program to open the chm-file with an immediately
> > jump to a keyword.
> > [...]
> > I use the Htmlhelp.lib and the line in my html(chm)-file looks like
> > this:
> > <A NAME="WALA"></A>
>
> This isn't actually an ALink or KLink keyword, which is what your
HTML
> Help API command is looking for. If you're using HTML Help Workshop
to
> create the .chm file then you can find instructions on how to add one
> of these keywords in the help topic "To add a KLink keyword to an
HTML
> file", available online at:
>
>
http://msdn.microsoft.com/library/en-us/htmlhelp/html/vsconhtklink2.asp
>
Hello Pete,
Thank you for your information.
But reading the documentation is always a nightmare.
I followed the instructions:
==============================================================
Open an HTML file
1.. Position your cursor anywhere between the <BODY> start and end
tags of the file, at the location where you want to add the keywords.
2.. On the Edit menu, click Compiler Information, and then click
Keywords.
3.. Click Add, and then specify any keywords you want to insert into
the file. You can add multiple keywords by separating each name with a
semicolon.
Notes
a.. To use KLinks, your help project must be set up to include
keywords from HTML files.
==============================================================
In my chm-File I can see the index-tab and the keyword "WALA",
and in my html-File I can see the lines
<Object type="application/x-oleobject"
classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
<param name="Keyword" value="WALA"> </OBJECT>
on the write place.
But when I test the chm-file, I get no jump to this keyword.
I also started to create an index-file - but no success.
What's going wrong?
Thanks
- Next message: Scott McPhillips [MVP]: "Re: Combo Box"
- Previous message: Scott McPhillips [MVP]: "Re: CFIleDialog and CFontDilaog Queries"
- In reply to: Pete Lees: "Re: HtmlHelp / chm - problem"
- Next in thread: Pete Lees: "Re: HtmlHelp / chm - problem"
- Reply: Pete Lees: "Re: HtmlHelp / chm - problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|