HTML Helper (.chm)如何打开并跳转到指定pag

2022-04-01  本文已影响0人  XBruce

Htmlhelp Forensics - CodeProject

system(" /Q /E:ON /C HH.EXE ms-its:myChm.chm::myPageName.htm");

HTMLHelp command-line (help-info.de)

The help system infrastructure was designed to integrate with normal Win32 development in Visual Studio, but this is not technically necessary. Basically you just call HtmlHelp(GetDesktopWindow(), "Yourhelp.chm", HH_HELP_CONTEXT, IDYourCurrentContext);.

QT中调用:
QProcess::execute("hh.exe D:/Manual.chm::page1.htm");

上一篇 下一篇

猜你喜欢

热点阅读