美文网首页
HTML Helper (.chm)如何打开并跳转到指定pag

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

作者: XBruce | 来源:发表于2022-04-01 23:56 被阅读0次

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");

相关文章

网友评论

      本文标题:HTML Helper (.chm)如何打开并跳转到指定pag

      本文链接:https://www.haomeiwen.com/subject/jghwgktx.html