0
votes
1answer
51 views
create toolbar in .chm file
Hi all,
I have created a .chm file from multiple html files. Now I want to show my own toolbar on the top of .chm file.
I have installed "htmlhelp.exe" to create .chm from html f …
0
votes
3answers
40 views
Doxygen - function not documented should not be viewable/displayed in the list - Issue document only for documented entities
class EXAMPLE{
public func1()
private func2()
func3()
}
I have checked for documented entities only. I have documentation for func1 and func3 but no documentation for …
8
votes
6answers
388 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 …
0
votes
1answer
20 views
Looking for some library to extract HTML pages from CHM files
Hi all,
Just like in subject. I'm looking for a library for any scripting language (preferable: php, ruby, python, perl) that allow me to extract HTML source files from CHM packag …
2
votes
7answers
2k views
How to convert chm to pdf
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 apprecia …
0
votes
4answers
773 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 …
0
votes
2answers
125 views
how to create a chm help file for WPF Application?
Hi,
For a WPF UI application, a CHM Help file needs to be created.
How to create a chm help file?
First create the document in ms word and convert it into chm help file? or an …
2
votes
6answers
1k 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?
0
votes
2answers
45 views
How to open a CHM help file from another CHM help file
I have a homepage application, it was used to launch individual applications, and the CHM of homepage has a brief description of individual applications and links to launch other C …
0
votes
2answers
46 views
WinAPI function to start help file
when you open help in e.g. Windows Notepad (Help->Help Topics) no child process is started (such as hh.exe), which IMO means there is a WinAPI function called to do the job.
I sea …
0
votes
0answers
35 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 …
13
votes
13answers
912 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 …
0
votes
3answers
104 views
Why does the search function of my CHM file report “No topics found”?
I created a CHM help file using MadCap Flare. When I search for a term that I know is present in my text, the search function always reports "no topics found."
How can I fix the s …
0
votes
4answers
177 views
How can I open a help file (chm or so) from my GUI developed in VC++ 2008?
Hi,
I'm trying to add some help to my GUI developed in VC++ 2008. I want to compile a chm file, or a hlp file that can be accessed from my menu. Anyone can give me any idea about …
13
votes
17answers
1k 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 …
