Tagged Questions

CHM is the fileformat of Microsofts first attempt at a html help format, htmlhelp1. While htmlhelp2 and 3 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.

learn more… | top users | synonyms (1)

62
votes
13answers
108k views

How to convert chm to pdf [closed]

I have two types of document: CHM and PDF, but I'd rather like it if they all were in PDF format. I am looking for some good way to change it. Has anyone good ideas? I'll appreciate it. Update: ...
23
votes
18answers
5k views

What are good tools for creating compiled HTML help files (.chm)?

I've seen a number of places recently that offer online HTML API documentation and also offer downloadable (usually .chm) help files. I really love using .chm help files, mainly because of the ...
18
votes
10answers
2k views

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. ...
12
votes
6answers
1k views

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 ...
11
votes
8answers
7k views

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 ...
9
votes
2answers
6k views

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: ...
7
votes
2answers
253 views

Muslim Hadeeth Database / CHM to CSV or SQL

I am looking here to create a Facebook App on Hadeeth. My first question is for muslim programmers here because other might not be having clue. Is it possible to find hadeeth in csv / sql (at least ...
7
votes
4answers
8k views

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 ...
7
votes
11answers
1k views

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 ...
6
votes
2answers
101 views

What is the recommended help file format to use in a modern Windows app?

I am developing a WinForms application and would like to integrate help into it. In the past I integrated .chm help files. Regarding .chm files, this Wiki article states: In 2002, Microsoft ...
6
votes
1answer
381 views

I can't get Delphi Context-sensitive help working in open and save dialogs

I have a Delphi 2006 app with a CHM help file. It all works OK except that I cannot get any help to connect to the "Help" button on the TOpenDialog and TSaveDialog. A simple program demonstrating ...
6
votes
1answer
4k views

How to create F1 help in windows forms using c#

How do you create the keyboard shortcut(F1) in a windows form using c#. WinChm
6
votes
5answers
8k views

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.
5
votes
1answer
84 views

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 ...
5
votes
2answers
217 views

Library to generate a CHM file

I have been looking for a library that will expose functionality to allow me to generate CHM files. As far as I can tell, that does not exist and I will have to rely on CHMBuilder (in SandCastle) but ...
5
votes
1answer
409 views

Integrating “Help” into WinForms Application

I am working on a Visual Studio we need to integrate help menus into it. I would like to do this in the canonical Windows fashion but am not very experienced with the .NET framework in these respects. ...
5
votes
3answers
306 views

how to creating chm file

What is the best way to create chm file? if possible could someone provide opensource tools for this job ?
5
votes
6answers
555 views

Cross-platform end-user-help authoring tools

What are some good authoring tools for creating cross-platform help files for end-users? (Our application is using the Qt framework, if that makes any difference.) Note: I'm not interested in ...
5
votes
3answers
787 views

Get a list of topics from a chm file in C#

I am trying to get a chm file to open to a specific topic using c# code. I have tried using Help.ShowHelp(this, path, HelpNavigator.Topic, "TopicTitle"); but it doesn't find the page. I must not ...
5
votes
2answers
338 views

How to embed HTML help in a form window

I'm wondering if it is possible to display topics from a CHM help file in a form of my Delphy application? I know how to use the htmlhelp api but it launches the external help viewer. I would like to ...
5
votes
3answers
165 views

Integrate Component Help Files

How do you integrate component help files into the Delphi 2006 help system so that the help is avaliable when pressing F1. The help files are in hlp and chm format.
4
votes
1answer
509 views

CHM (htmlhelp) search for keyword

I'm trying to interface the htmlhelp api (which is a big word for one function in two variants), and I have a problem with the following usecase: Assume I have a simple programmer's editor, with a ...
4
votes
3answers
518 views

Looking for an open-source Java Help API

I'm working on an application written in Java. I want to allow the user to read the "Help" of the application. I'm basically looking for a Java free open-source equivalent for Microsoft chm. I'd like ...
4
votes
3answers
3k views

How to open CHM file on specified node TOC (.NET)

Hi I need implement context help inside my .NET application. I have .chm file and I'm looking for possibility to open it in standard viewer and hightlight required topic of TOC (or Index entry) Any ...
4
votes
7answers
5k views

How can I create .chm files from C# code?

I used Doxygen to create HTML files, now I want to convert that documentation into .chm format. How can I do this?
4
votes
1answer
800 views

WinForms: Load localized help (chm) files

What is the best way to load a locale-specific (i.e. translated) compiled help file (.chm)? Our install will deploy them alongside the satellite assemblies containing resources. I'd like to re-use the ...
4
votes
1answer
161 views

Integrated Help - Merged Help Indexes

If anyone has had more than a couple of Microsoft tools or products installed (or a local install of the MSDN library) side by side, you might have noticed that opening help (hitting F1) or opening, ...
4
votes
8answers
663 views

Organizing Documents [closed]

I’ve got a lot of PDFs/CHMs and they are getting out of control. So I’ve decided to do something about it. First I hit Google and didn’t get very far - the range of programs are very naff. Then I hit ...
3
votes
2answers
137 views

How to use A-links and A-keywords with CHM help file in Delphi XE?

The "A" in A-links and A-keywords stands for "associative". This is because A-link keywords are actually not keywords at all. They are more like link or jump targets (known as anchors in H&M). ...
3
votes
3answers
171 views

CHM format alternatives?

Microsoft CHM format is great as provide such facilities: Table of contends with tree view. Index. Indexed search. Based on HTML source. But this format is outdated and have many drawbacks: ...
3
votes
1answer
111 views

Anyone have the C5 Collections 2.0 Documentation

Ive been trying for an hour to install all the crap that GitHub says I need to compile the documentation for the C5 Collections 2.0 and I'm still having no luck with it. I've also googled for at least ...
3
votes
3answers
1k views

Open CHM (help file) in C#

I'm trying to open help file (chm extension) in C#. File.Open(@"//help.chm",FileMode.Open, FileAccess.Read, FileShare.Read); and FileStream fileStream = new FileStream(@"c:\help.chm", ...
3
votes
2answers
178 views

Are there any .chm creators for OS X?

I'm looking for a .chm creator on Mac, but can't seem to find one? There seems to only be .chm readers for OS X. Are there any .chm creators for OS X? Thanks
3
votes
3answers
628 views

How to compile HTML files into CHM file?

How in my code (Delphi) to make CHM files from a bunch of HTML (with linked image files)? Details needed, thanks!
3
votes
2answers
326 views

Library for generating CHM from java

Could anyone help me with library that can generate CHM files. Like POI for excel or other MS formats. thanks
3
votes
1answer
130 views

Commercial 'Help' creation tools available for .NET applications?

I'm looking for some tool that can be used to create .chm (or something else that works with .NET) help files for my .NET application. I realize that Microsoft offers a free product that works ...
3
votes
5answers
3k views

cakePHP 1.2/1.3 Manual in CHM format

Can anyone provide me some useful links to download CakePHP 1.2/1.3 Manual including API version in CHM format, which runs locally without any internet usage? It would be helpful for me!
3
votes
3answers
225 views

How do I convert html pages into a single .chm file using PHP?

Is there a library for this task?
3
votes
3answers
1k views

Loading a 32-bit process in a 64-bit environment

I have a couple of questions as below. CHM is (Compiled HTML File) My CHM file has a link to launch a 32-bit application. The CHM file is coded in Javascript.This works fine in a 32-bit OS ...
3
votes
4answers
961 views

XML Documentation Comments with Interfaces and implementing class(es)

I am documenting an assembly using XML Documentation Comments, from which a chm file will be created using Sandcastle. My assembly contains various interfaces, each of which is implemented by one ...
3
votes
3answers
832 views

How would I link to a chm file topic from a Word 2007 document?

Is there a way to link to a chm file, and therein to a certain topic, from a Microsoft Word docx document? Something in the lines of: "For more information about this Property see [link ...
3
votes
2answers
1k views

How do you use F1 help in Delphi 2007?

In my application, originally built with Delphi 7, I use the SPHelpIntegration code to enable CHM help via the F1 interface. I figured that this wasn't needed in Delphi 2007, so I removed the units ...
3
votes
2answers
1k views

HTML Help Workshop Crashes on Compiling a CHM

Trying to build a CHM using Microsoft HTML Help Workshop. A soon as I click Compile, HTML Help Workshop states: An internal error has occurred. An error record has been saved to c:\os.err. The ...
2
votes
0answers
60 views

How to check if specific topic exists in *.chm file?

I'm running my help file in this way: Help.ShowHelp(null, @"help.chm", topicKeyword); but topicKeyword is a generic name of topic and in some cases this topic may not exist in help.chm file. I'd ...
2
votes
2answers
42 views

Designing a Help System

I'm implementing a help system for a desktop app (Win32) and am looking for how to go about designing it. What kind of structure should a help system have, what's actually helpful for the user? e.g. ...
2
votes
0answers
105 views

Cannot use Cltr-F with CHM help file opened with Delphi XE2

With Delphi XE2 (Update 2) create a Win32 VCL application with a button on a form. Make sure HTMLHelpViewer is in the uses list. In FormCreate set the application help file to a valid CHM help file, ...
2
votes
1answer
29 views

Open online help in one session of HH

I'm creating an online help in CHM for my application. To open the help from the application on the appropriate page, I'm starting this kind of command: hh ...
2
votes
2answers
178 views

Android documentation in CHM format

Is there any compilation of Android documentation in CHM (compiled html)format? Let me know where I can get. Details : Windows Help Format ; Something similar to The Javadocs version : ...
2
votes
2answers
99 views

CHM or HTML -> PDF, keeping HTML links?

We have a proprietary on-line book/manual generation system that creates compiled help files (CHM) as well as HTML versions of content from a database. This works very well, and we've been using the ...
2
votes
1answer
162 views

How to open HTMLHelp (.chm) file from Borland C++ Aapplication

We have a legacy application developed in Borland C++. Now we have updated the help file to HtmlHelp (.chm) file, we want to click on the Help button in the legacy c++ application to open the .chm ...

1 2 3 4