在 HH 的一个会话中打开在线帮助
我正在为我的应用程序创建 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
直接在程序中调用 htmlhelp api? (htmlhelp.h,搜索htmlhelpA函数)
Call the htmlhelp api directly within your program? (htmlhelp.h, search for htmlhelpA function)