> David thanks for your response.
> That was what I did before I asked the question, but because of the error
> messages I didn't test the .chm file.
> Now I tried it again, but it doesn't seem to work.
> I use included files, but also with seperate alias strings it doesn't work
> This is in my alias file:
> IDH_PERSOONNIEUW=personen.htm#Nieuw persoon
> IDH_PERSOONSELECTEREN=personen.htm#Persoon selecteren
> IDH_PERSOONSGEGEVENS=personen.htm#Persoons gegevens
> IDH_PERSOONVERWIJDEREN=personen.htm#Persoon verwijderen
> And this in my header file:
> #define IDH_PERSOONNIEUW 1120
> #define IDH_PERSOONSELECTEREN 1130
> #define IDH_PERSOONSGEGEVENS 1140
> #define IDH_PERSOONVERWIJDEREN 1150
> But when I use the contextID's, only a jump to the top of the .htm file
will
> occur.
> Is there something I'm doing wrong here?
> Regards, Bas.
> > In your HHP, have the entries in the [ALIAS] section point to the
> bookmarks.
> > The compiler may throw warnings for each one, but you can ignore them in
> > this case.
> > David Liske
> > Microsoft Help MVP since 1999
> > http://www.mvps.org/htmlhelpcenter
> > Electronic Media Technician
> > School of Art and Design
> > University of Michigan
> > > Hi,
> > > I'm creating a project in VB6 and using Microsoft's HTML Help Workshop
> to
> > > create my HTML helpfiles. For most part it works well, but I'd like to
> > link
> > > certain HelpContextID's to bookmarks rather than entire .htm files.
> > > If this is possible, can anyone tell me how?
> > > Regards, Bas.