| View previous topic :: View next topic |
| Author |
Message |
Oliver Young Guest
|
Posted: Tue Nov 25, 2003 3:09 pm Post subject: Implementing help feature |
|
|
How can I call my_app.chm file from code? How can I open some topics in
it?
Thank you.
|
|
| Back to top |
|
 |
d.f.s Guest
|
Posted: Tue Nov 25, 2003 9:31 pm Post subject: Re: Implementing help feature |
|
|
Oliver Young wrote:
| Quote: |
How can I call my_app.chm file from code? How can I open some topics in
it?
Thank you.
|
Take a look at:
http://www.helpware.net/downloads/index.htm
They have a HelpWare Kit for BCB down the page a bit.
Good Luck,
Drew
|
|
| Back to top |
|
 |
Robert Emmons Guest
|
Posted: Mon Dec 01, 2003 1:26 pm Post subject: Re: Implementing help feature |
|
|
On Tue, 25 Nov 2003 16:09:13 +0100, "Oliver Young" <none> wrote:
| Quote: | How can I call my_app.chm file from code? How can I open some topics in it?
|
Here is a previous post by Remy Lebau (Team B) on the subject:
| Quote: | The VCL does not support HTMLHelp at all. You will need to access and use
the HTMLHelp API manually. Go to the following URL and download the "The
C++ Builder HH Kit":
http://www.helpware.net/downloads/index.htm
Gambit
|
|
|
| Back to top |
|
 |
|