0
votes
0answers
21 views
Easiest way to open chm files programmatically?
Hi,
I have a legacy 32-bit application written in Borland's C++ Builder. I need to show specific pages from within a HtmlHelp file programmatically. Until now I've been doing this …
0
votes
2answers
41 views
LoadLibrary on OCX file fails in Windows 7 x64
Hi,
I need to open a html help file from within a legacy windows application written in old version of C++ Builder. HtmlHelp is loaded via HtmlHelp.ocx, which I am loading via Loa …
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
1answer
30 views
Cross-platform help viewer with search functionality
I am looking for a help viewer like Windows CHM that basically provides support for
adding content in HTML format
define Table of Contents
decent search
It should work on Wind …
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 …
0
votes
0answers
96 views
HTML Help keyword lookup
I'm having trouble figuring out how to get keyword lookups (HH_KEYWORD_LOOKUP) to work in HTML Help. If I have an index that displays like this:
Machine
Add
Edit
Sele …
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 …
2
votes
2answers
1k 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.ex …
7
votes
10answers
537 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 …
1
vote
1answer
36 views
Help file authoring
Hi.
I would appreciate some suggestions about Help File Authoring (Win32).
I know how to use an existing help file, .chm or .hlp from C# or Delphi or whatever.
Problem is, there' …
0
votes
1answer
55 views
Sandcastle - dead links, “access is denied” and other woes.
(Using the GUI builder)
Does anyone have any idea what this thing wants from the Html Help 2.x feature set?
It keeps throwing up "access is denied" errors in any non-local .chm f …
1
vote
1answer
70 views
Window Position of a CHM file
I just compiled and viewed a CHM file used in my project. I noticed that the viewer remembers the window size and position across sessions.
Where does the HTML help viewer save th …
2
votes
2answers
142 views
How use html context sensitive help with Delphi 2007 - the basics
I use Help & Manual to create web help (HTML) files. I would like to link this to my Delphi 2007 application so that it pops up when users press the F1 key, and ideally, to po …
1
vote
5answers
763 views
Opening two HTMLHelp files simultaneously in Delphi causes both help windows to hang.
In Delphi, the application's main help file is assigned through the TApplication.HelpFile property. All calls to the application's help system then use this property (in conjunctio …
