"Karl Heinz Buchegger" <kbuchegg@gascad.at> wrote in message
news:41235F5A.4BC00F97@gascad.at...[color=blue]
> MM wrote:[color=green]
> >
> > "Christopher Benson-Manica" <ataru@nospam.cyberspace.org> wrote in[/color][/color]
message[color=blue][color=green]
> > news:cfviec$eot$1@chessie.cirr.com...[color=darkred]
> > > MM <dobedidoo@yahoo.se> spoke thus:
> > >
> > > > I would like to use a help functionality in my program, in such way[/color][/color][/color]
that[color=blue][color=green]
> > a[color=darkred]
> > > > specific page (or topic) in the help file (a standard Windows .hlp[/color][/color][/color]
file)[color=blue][color=green]
> > is[color=darkred]
> > > > opened directly without me having to type in the topic or search[/color][/color][/color]
word by[color=blue][color=green][color=darkred]
> > > > hand.
> > >
> > > > In other words, can I access a specific page in a .hlp file?
> > >
> > > Your post is off-topic for comp.lang.c++. Please visit
> > >
> > >
http://www.slack.net/~shiva/welcome.txt
> > >
http://www.parashift.com/c++-faq-lite/
> > >
> > > for posting guidelines and frequently asked questions. Thank you.[/color]
> >
> > Christopher,
> >
> > Why is this off-topic, when I want to implement this[/color][/color]
"help-functionality" in[color=blue][color=green]
> > a C++ program?[/color]
>
> Because it is not a C++ problem as such. You would have the exactly same
> problem if you'd be programming in Pascal or any other language. Your[/color]
problem[color=blue]
> is about interacting with a particular library specific to the Windows
> operating system.
>[/color]
Ok, I understand. I will have a look at the sites recommended.
MM