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. Web Development
  3. Displaying complied help files (*.chm)

Displaying complied help files (*.chm)

Scheduled Pinned Locked Moved Web Development
c++htmldatabasehelpquestion
2 Posts 2 Posters 4 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.
  • P Offline
    P Offline
    Phil Benson
    wrote on last edited by
    #1

    I would like to display a complied html help file (*.chm) in a "normal" browser window, without having to start the hh.exe.The chm file is in the same dir as the normal (index)html. I know this is probably a very stupid question, but coming from a C/C++ world, html etc. is double dutch to me :confused: Thanks in advance Phil bum... and I thought I´d got rid of all the bugs :(

    Who the F*** is general failure and why is he reading my hard drive?

    S 1 Reply Last reply
    0
    • P Phil Benson

      I would like to display a complied html help file (*.chm) in a "normal" browser window, without having to start the hh.exe.The chm file is in the same dir as the normal (index)html. I know this is probably a very stupid question, but coming from a C/C++ world, html etc. is double dutch to me :confused: Thanks in advance Phil bum... and I thought I´d got rid of all the bugs :(

      S Offline
      S Offline
      Stephane Rodriguez
      wrote on last edited by
      #2

      Unfortunately, .chm files are proprietary file formats and require dedicated software components to be "played". Actually, other than relying on the de facto hh player, you need to insert an ActiveX object in an html page so IE can play it. Unfortunately, the only html help related ActiveX installed by the html help run-time is hhctrl.ocx, and it's not insertable. Besides that, the starting API is not there. Read : it cannot be used like the Flash player for instance. May be the html help center[^] has a solution for you.

      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