如何从 Borland C++ 打开 HTMLHelp (.chm) 文件应用
我们有一个用 Borland C++ Builder 开发的遗留应用程序。现在我们已将帮助文件更新为 HtmlHelp (.chm) 文件,我们希望单击旧版 C++ 应用程序中的“帮助”按钮来打开 .chm 文件。我似乎找不到一个好的方法来做到这一点?有人可以帮忙吗?
We have a legacy application developed in Borland C++ Builder. Now we have updated the help file to HtmlHelp (.chm) file, we want to click on the Help button in the legacy c++ application to open the .chm file. It seems that I cannot find a good way to do this? Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我的应用程序使用 HTML 帮助,但使用较新版本的 C++ Builder。
这是我们如何将其包含在主窗体中的代码片段。
在formactivate中
显示帮助
希望这有一定的价值
My application uses HTML Help but in a newer version of C++ Builder.
Here is a code snipit of how we include it in the main form.
In the formactivate
To display the help
Hope this is of some value
这个问题之前已经在 Borland/CodeGear/Embarcadero 论坛中被多次询问和回答过,并提供了完整的代码片段。在 http://www.deja.com 和 http://forums.embarcadero.com。
This has been asked and answered many times before, with full code snippets, in the Borland/CodeGear/Embarcadero forums. Search the archives at http://www.deja.com and http://forums.embarcadero.com.