Re: HtmlHelp / chm - problem

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Ernst Sauer (Sauer-Ernst_at_t-online.de)
Date: 03/11/04


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



Relevant Pages

  • WWW::Mechanize module: multiple Select.
    ... "multiple Select" does not work correctly. ... for field 'keyword' during the runtime. ... MANUALLY if that perl scripts does not work. ... Here is the html file I was going to access: ...
    (comp.lang.perl.modules)
  • Re: HtmlHelp / chm - problem
    ... You must match the API command to the type of keyword that you have ... if it's your wish that the keyword lookup will jump to the ... point in the topic file where you inserted the keyword then I don't ...
    (microsoft.public.vc.mfc)
  • HtmlHelp / chm - problem
    ... somebody can help me with a HtmlHelp-problem. ... Now I want my program to open the chm-file with an immediately ... But I get no jump to the keyword. ...
    (microsoft.public.vc.mfc)