在 HH 的一个会话中打开在线帮助

发布于 2024-12-11 07:29:01 字数 275 浏览 0 评论 0原文

我正在为我的应用程序创建 CHM 在线帮助。

要从适当页面上的应用程序打开帮助,我启动这种命令:

hh path/to/help_file.chm::/the_page_i_want.htm#the_section

问题是,如果用户打开第一个帮助对话框,那么第二个(来自应用程序)他最终将看到两个帮助窗口。我希望在第一个窗口中打开第二个链接。

我该如何做到这一点(除了简单调用 hh 之外,还有其他方法吗?)?

I'm creating an online help in CHM for my application.

To open the help from the application on the appropriate page, I'm starting this kind of command:

hh path/to/help_file.chm::/the_page_i_want.htm#the_section

The problem is that if the user opens a first help dialog, then a second (from the application) he will end up with two help windows. I'd like the second link to be opened in the first window.

How can I do that (is there another way than the plain call to hh)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流年里的时光 2024-12-18 07:29:01

直接在程序中调用 htmlhelp api? (htmlhelp.h,搜索htmlhelpA函数)

Call the htmlhelp api directly within your program? (htmlhelp.h, search for htmlhelpA function)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文