Tagged Questions
The html-help tag has no wiki summary.
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
3answers
134 views
Why does “Git help <command>” not launch html help in my browser, like it says it should?
I am really enjoying my time with git.
I'm operating on 2 machines with what I thought were pretty similar setups
On my Laptop
When I type "Git help SomeCommand" from the CLI, my laptop launches ...
2
votes
1answer
2k views
How to get Microsoft HTML Help 2 Compiler?
Where can I download the Microsoft HTML Help 2 compiler (or bounding SDK)? I want to generate HTML 2 documentation from my programming projects using Sandcastle Help File Builder and the Sandcastle ...
1
vote
1answer
211 views
Adding a help button to an InnoSetup wizard page
I have a setup script with a custom wizard page to get a choice from the user. It would be nice to have a help button and to supply a small CHM file with the installable so that I can provide a ...
0
votes
1answer
243 views
Jumping to a topic in a CHM help file without opening another window
I'm including a cut-down CHM help with an installer and I want the help button on each page of the installer wizard to call up a different help page. If I open the help window from one installer ...
0
votes
1answer
96 views
Cannot instal HTML Help 1.3 in WindowsXP
My system is running on Windows XP. I downloaded Microsoft HTML Help Control.exe. When Double clicked error message shown is "HTML Help 1.3 cannot be installed on Windows 2000".
0
votes
0answers
152 views
Difference between CHM file generated by HTML Help Workshop and MadCap Flare
I am using Madcap Flare s/w to generate an output type .chm file.As i am using it throws me a warning. "The generated output will have Scrambled content as using trial version".It still compiles and ...
0
votes
2answers
85 views
Win32: HtmlHelp doesn't work from a network share. What's the alternative?
Since 2005, when Microsoft prevented HtmlHelp functioning off a network share, e.g.:
\\appserver\tos\PointScanner.exe
\\appserver\tos\PointScanner.chm
What are we supposed to do instead?
(Given ...
0
votes
3answers
840 views
Good application (not code) documentation tools outputting HTML Help files?
I need to document an application -- not the underlying source code. (I use Doxygen for the internal source code documentation.)
What are good documentation tools for producing HTML Help files? I ...
0
votes
1answer
314 views
Toolbar and treeview Icons missing when displaying CHM file using HH API
Just encountered an interesting problem. I have a CHM file. If I display it using Process.Start it displays correctly.
If however I launch it using the HH API it displays without any icons in the ...