Questions tagged [chm]

CHM is the proprietary help file format generated by Microsoft HTMLHelp Workshop (hhw.exe). It's HTML based help, so topics are required in HTML and supplemented by the used *.jpg, *.gif or e.g. *.svg files. Some additional files for the table of contents (.HHC)and index (.HHK) must be created. The .HHP file is needed for the Workshop project itself. HTMLHelp (HH) was first shipped with Internet Explorer 4 and Windows 95.

CHM is the proprietary help file format generated by Microsoft HTMLHelp Workshop (hhw.exe). It's HTML based help, so topics are required in HTML and supplemented by the used *.jpg, *.gif or e.g. *.svg files. Some additional files for the table of contents (.HHC)and index (.HHK) must be created. The .HHP file is needed for the Workshop project itself.

HTMLHelp (HH) was first shipped with Internet Explorer 4 and Windows 95.

While Help2 and Help3 exist, these mostly are limited to MSDN as delivered with Visual Studio.

While Microsoft did launch a newer helpformat with Vista (Assistance Platform help), CHM is still the most widely used helpformat under Windows.

Multiplatform viewers for this format exist for *nixes, see kchmviewer, gnochm, xchm, but these might not emulate all MSIE quirks.

Best open format description: http://savannah.nongnu.org/projects/chmspec/

497 questions
84
votes
10 answers

Opening a CHM file produces: "navigation to the webpage was canceled"

I am trying to open a .chm file. I downloaded the source, extracted it, and double clicked on Waffle.chm and clicked "Open" but no matter what element in the chm file I click, I get the message: Navigation to the webpage was canceled. What you can…
Eric Leschinski
  • 123,728
  • 82
  • 382
  • 321
67
votes
13 answers

chm viewer unable to show contents

I have a chm file that I can open at home. I use windows XP at home and at work. However, when I open the file at work it doesn't show the contents of the file. It properly shows the TOC for the file though. Any ideas pls?
Kiran
  • 903
  • 2
  • 9
  • 14
45
votes
3 answers

How to create a chm file?

What is the best way to create a chm file? if possible, Could someone provide opensource tools for this job?
Joe
  • 829
  • 2
  • 8
  • 5
39
votes
10 answers

Windows Help files - what are the options?

Back in the old days, Help was not trivial but possible: generate some funky .rtf file with special tags, run it through a compiler, and you got a WinHelp file (.hlp) that actually works really well. Then, Microsoft decided that WinHelp was not hip…
Michael Stum
  • 167,397
  • 108
  • 388
  • 523
22
votes
6 answers

The future direction of Help File formats

It would appear that CHM help files are no longer the help file format of choice. WinHelp - obsolete HtmlHelp (CHM) - not supported on Vista by default - does not work well on a network share Help 2 (HXS) - I understand this is used in VS2005+…
Helios
  • 411
  • 1
  • 7
  • 11
20
votes
5 answers

Using F1 Help (CHM format) With WPF

I've been working on a WPF application for a while, and the time has come to attach the CHM format help document to it. But alas! HelpProvider, the standard way to show CHM files in Winforms, has magically vanished and has no counterpart in WPF.…
phyllis diller
  • 785
  • 2
  • 8
  • 21
18
votes
5 answers

Any free alternative to Robohelp?

Any free alternative to Robohelp? Prefer open source Need some sort of online help authoring tool for an open source project.
Henry
18
votes
9 answers

What tools are available to create a help file in Visual Studio 2010?

I need to write a help file for a WinForms app in Visual Studio 2010. Ideally, I'd like to use a tool that integrates with Visual Studio, rather than a totally separate tool. In the past I've used HTML Help Workshop, but this is ancient, and I…
Jon B
  • 48,211
  • 29
  • 125
  • 158
17
votes
2 answers

Integrating help in a WPF application

what are the possible approaches to integrate local (so not on-line) help in a WPF application? It would be more like a manual, but I would like to integrate it in some way. EDIT: just found http://wordtoxaml.codeplex.com, I will try that one. It…
L-Four
  • 11,965
  • 8
  • 52
  • 103
15
votes
4 answers

How to convert HLP files into CHM files

I need some help, I have some .hlp files and I want to convert it to .chm files, as .hlp files don't run on Windows 10. How can I do that?
15
votes
11 answers

What is a good tool for writing a user manual (help file), which integrates with version control

The people writing the user manual are not necessarily programmers, and they need a visual editor. A major issue is the internal format of the authoring tool; it should be readable text/html, so it's easy to compare versions of individual pages…
Ola Eldøy
  • 5,291
  • 6
  • 43
  • 72
14
votes
1 answer

Modern help-system for windows applications

Currently I'm in a redesign of an old Windows-Desktop-Application. One goal of the redesign is to implement a modern looking UI in Office2010-Style with Ribbons. Additional to our UI we want to implement a modern looking online-help. Currently we…
Michael
  • 858
  • 1
  • 5
  • 11
14
votes
2 answers

Open a .CHM file to a Specific Topic?

I have created a .CHM file and then when I open it in c# I get the First topic. I want to open it to a specified topic. This is the code I use right now to open it. Help.ShowHelp(this, "./Resources/ServerHelp.chm"); I want to be able to open it to…
Prince Champappilly
  • 743
  • 1
  • 7
  • 27
14
votes
3 answers

How do you open a hxs file?

I understand that a hxs file is a compiled help file, a replacement for .chm files, but I can't seem to open them. I've read that you read them with the help explorer, dexplore.exe found here: C:\Program Files\Common Files\microsoft shared\Help…
Peter Walke
  • 2,447
  • 5
  • 32
  • 49
12
votes
3 answers

html to chm file under linux

I have html files/Directories, I want to convert them to .chm help file, under Linux using command lines at Terminal? Any help would be appreciated.
ama
  • 371
  • 4
  • 13
1
2 3
33 34