Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. HTML help in Visual C++ project

HTML help in Visual C++ project

Scheduled Pinned Locked Moved C / C++ / MFC
c++helphtml
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    krugger
    wrote on last edited by
    #1

    Hi all; I am building an SDI application in Visual C++ for my final year University project. I have created a compiled html file for the help of my application. However, i am having some problem including it in my menu. I need it to start when i use the help command found in the help menu.Can somebody please help me to make it work. I badly need this; Thank you

    D D 2 Replies Last reply
    0
    • K krugger

      Hi all; I am building an SDI application in Visual C++ for my final year University project. I have created a compiled html file for the help of my application. However, i am having some problem including it in my menu. I need it to start when i use the help command found in the help menu.Can somebody please help me to make it work. I badly need this; Thank you

      D Offline
      D Offline
      Dennis Gourjii
      wrote on last edited by
      #2

      Use ShellExecute with the following parameters: "hh.exe" for file to run, path to CHM helpfile as a parameter. Good luck.

      1 Reply Last reply
      0
      • K krugger

        Hi all; I am building an SDI application in Visual C++ for my final year University project. I have created a compiled html file for the help of my application. However, i am having some problem including it in my menu. I need it to start when i use the help command found in the help menu.Can somebody please help me to make it work. I badly need this; Thank you

        D Offline
        D Offline
        Dreamz
        wrote on last edited by
        #3

        HtmlHelp(m_hWnd,m_pszHelpFilePath,HH_DISPLAY_TOC /*HH_HELP_CONTEXT*/,0); or BOOL WinHelp(HWND hWndMain,LPCTSTR lpszHelp,UINT uCommand,ULONG_PTR dwData);

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups