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 ...
0
votes
0answers
17 views
How to protect a windows application help file
I have a requirement to "protect the help file from copying [to competitors]". I can't find anything online that does this and am a little surprised. In certain niche markets (e.g. banking) I would ...
0
votes
1answer
20 views
Why Help.ShowHelp(chmFileName); not working in mono on linux?
Here I am trying to run .chm file when help is requested either using F1 key using Form1_HelpRequested(object sender, HelpEventArgs hlpevent) Why Help.ShowHelp(chmFileName); not working in mono on ...
0
votes
0answers
17 views
How to remove package prefixes when generating CHM with doxygen?
I have generated CHM for ANTL4 with doxygen and got the following
As you see TOC is uncomfortable to read. Is it possible to generate classlist TOC as it done in standard javadoc, i.e. classnames ...
7
votes
2answers
78 views
How to set the Selected item in the tree view on the Left side of CHM file
I have a CHM helpfile for my WPF Application. My CHM file contains "htm" files for each page of my application. I want to open the help file for the corresponding page when the user presses F1 on that ...
2
votes
2answers
66 views
Implementing a application HTML help system
We want to implement a application help and documentation system. It should be based on HTML, because there are a lot of existing files and it gives us the most flexibility. Currently we use CHM ...
2
votes
1answer
84 views
C++ Builder and chm help file
I'm trying to implement CHM help file into my app written in C++ Builder but I always get "no context-sensitive help installed".
I added these lines:
#include "HtmlHelpViewer.hpp"
OnCreate.. ...
0
votes
1answer
28 views
hhc Windows help file does not process quotes or double quotes well
I noticed that when compiling a chm file, if the tree contains any articles that have a double quote in its title such as How to use the "?" correctly, it won't process the tree properly. In the ...
1
vote
1answer
54 views
Change page in chm file via command line
I have a C# project that contains numerous help buttons. When one of these buttons is clicked, it opens a Help file (Help.chm) to a relevant page. Here is the code to do that for one of the pages:
...
3
votes
1answer
109 views
Disable Print button in HtmlHelp
I'm performing maintenance on a legacy MFC application. We have a need to disable the Print button in the Help dialog. There is no printer connected to the system and the application crashes if the ...
0
votes
2answers
72 views
How is the help for Play Framework implemented?
I am a huge fan of the web-help used by the Play Framework. Here's why:
Very easy to get docs for any version from the same place (all the way back to 1.0)
All the docs have the same style (1.0 ...
1
vote
2answers
119 views
Tool to generate CHM and PDF documentation from Markdown on Windows
Is there a tool that generates both PDF and CHM documentation from Markdown (or similar, such as RST) on Windows.
We are currently using Sphinx, but have been unable to get the PDF generation working ...
4
votes
2answers
146 views
How to use chm in Delphi 7?
How call help from chm files in Delphi 7 program?
Application.HelpFile := 'd:\help.chm';
Application.HelpCommand(HELP_CONTEXT, 10);
result is
Why can't I get Help from this program?
The ...
-2
votes
1answer
49 views
Offline help files for CodeIgniter [closed]
Is there any offline help files for CodeIgniter framework. For reading on train or something like that.
0
votes
0answers
69 views
Compiling an external website to .chm using wget
There's a website, in particular http://thisquantumworld.com
It is a text-only site with inter-related links. I want to have the content on this site as reading material. I can(and I did) download ...
0
votes
1answer
185 views
PHP Manual - .chm file is not working [closed]
I just downloaded php_manual.en.chm file from http://us2.php.net/download-docs.php
But Its not working.
Whenever i open this file then i see following Message:
Navigation to the webpage was ...
0
votes
2answers
158 views
CHM compiles fine, but won't open
I use a program that spits out HTML and hhp projects containing data from my databases.
I then compile that hhp with Microsoft HTML Help Compiler (hhc.exe).
It works well, but unfortunately for few ...
0
votes
1answer
138 views
How to decompile CHM file including project file
By using:
hh -decompile test sample.chm
I get decompiled CHM files in test folder, together with toc and index files, but project file is missing, so I can't recreate the CHM file, without manually ...
0
votes
2answers
255 views
Show help in c# showing proper topic but wrong content in CHM
Below is the code I am using to show my CHM file.
Help.ShowHelp(control, HelpFile, HelpNavigator.Topic, topic);
topic="/foo_Manual/foo-Define_Technologies_1-Chapter9/Defining_foo.htm.";
It is ...
1
vote
1answer
133 views
Additional CHM for VisualStudio F1?
Is there a way to include additional help files (.chm) in VisualStudio (2010), so that when I press F1 (on a function), it automatically opens the new help file on the correct site?
Thank you.
1
vote
1answer
59 views
Which Windows Help technology uses DLLs to contain the actual help contents?
Context: Windows 7, Microsoft Office 2007+
There have been a variety of different delivery mechanisms developed by Microsoft over the years to provide "Help".
HTML Help - Tech Info lists QuickHelp, ...
2
votes
4answers
158 views
What application help system (like chm files) exist on Linux/GTK?
On windows CHM is a very good option.
Is there anything other then delivering a static set of HTML pages and using a primitive call to a webbrowser (which is even a problem itself on linux). And it ...
1
vote
1answer
52 views
installing php documentation locally with user notes
I often want to lookup php documentation when I do not have internet access. I've installed the php docs on my local server using these instructions:
https://wiki.php.net/doc/articles/localdocsetup
I ...
0
votes
1answer
262 views
Open help file (chm) in .NET
I'm trying to open help file using VB.NET
Help.ShowHelp(helpForm, sFile, HelpNavigator.TableOfContents, "Indice degli argomenti per la stampa")
or
Help.ShowHelp(helpForm, sFile, ...
0
votes
1answer
83 views
Force CHM help window move to Index or Search tab initially
How to add the feature in a CHM file to force the HTML help window move to the 'Index' or 'Search' tab when the help window popup initially?
The HtmlHelp API has options to specify either a ...
0
votes
0answers
118 views
chm/pdf alternative based on html5+js and opened with the user's web browser
I've read tons of similar questions in the Web, but found nothing that is acceptable for me. So, I'm looking for an html5+css+js solution for an offline use that looks similar to chm/pdf. My ...
0
votes
1answer
54 views
HelperProvider always open the index file
I want to build a context sensitive help for a winforms application, to do this I use a class with a reference to the HelperProvider component, HelpNamespace is set to the index html file and when a ...
0
votes
1answer
164 views
Decompile help file and extract context mappings?
I have an old help file project, but the original project was lost in a hard drive crash. The original was created using HelpScribble, but now I've decompiled it into WinCHM. I have recreated the help ...
0
votes
3answers
527 views
Delphi HtmlHelpAPI- How to direct a CHM file to open to different sections
I am able to open a CHM file by passing a ShortInteger and casting it as a Word for the dwData parameter. I.E.
Unit Help; //this is where the Id's are set with their description
Interface
Const
...
1
vote
1answer
635 views
A relative path to a file in parent directory in HTML Help Workshop
The relative paths to parent directories either in the *.hhc file or in the html code of the help page .htm does not work in compiled .chm help file.
In this example, file1.htm is in the same ...
0
votes
0answers
34 views
Android document in CHM format [duplicate]
Possible Duplicate:
Android documentation in CHM format
To better facilitate the development of this Android application, I would like to share this CHM documentation that is built based on ...
1
vote
1answer
73 views
Embed applet in a CHM or any other e-book format
I would like to embed and a java applet from a CHM file that I wish to create out of the HTML files I have.
I have HTML files with java applets embedded. When I tried converting it into a CHM with ...
0
votes
3answers
343 views
open .chm file in ASP.NET
I'm using below code to open help file in asp.net
protected void lblHelp_Click(object sender, EventArgs e)
{
string filepath = Server.MapPath(@"VersionControlHelp.chm");
...
0
votes
0answers
32 views
How to add online help to netbeans
I am new to NetBeans. I want to integrate an online help (for example CHM) about g++ statements (i.e. I can press F1 under the "cout" statement and it shows its include file or an example). If there ...
2
votes
0answers
126 views
Is there anyway I can use Sandcastle in order to create .chm files from .xml file having Microsoft Visual Web Developer 2010 Express installed?
I found a very nice documentation for creating .chm files from .xml files using Sandcastle : http://social.msdn.microsoft.com/Forums/en-US/devdocs/thread/3a631356-638e-451e-816c-c60d459c3775 . The ...
0
votes
0answers
107 views
ms-xhelp not recognised
I'm trying to get to grips with the relatively new help system fronted by Microsoft Help Viewer 1.0.
I've found the SDK (at http://www.microsoft.com/en-us/download/details.aspx?id=14923) and have ...
1
vote
0answers
148 views
Integrate tooltips with CHM help in Windows app
We're trying to redesign our documentation process for a Windows desktop application, and two of the requirements we have are
Provide 'reference' help in a CHM format
Provide tooltip help on ...
0
votes
1answer
143 views
How to play video (swf) in chm file created in robohelp?
I use robohelp 9 to make chm help file. I put "hyperlink" to video on my computer, and when try to "View" those html it show me video link and play them. And that is working fine. But when I generate ...
1
vote
2answers
193 views
read (decode) chm file content using java
I want to read & show content's of chm file. What is the encoding of chm file? I don't want to use any library like jchm. I want easiest way to decode chm files & show there contents.
2
votes
2answers
92 views
Is it possible to enable Visual Styles in a CHM (Compiled HTML Help) File?
When our Compiled HTML Help (.chm) file (created with Author-It) is opened, it looks 'dated' because the HTML Help application (even on Windows 7) doesn't appear to enable 'visual styles'. Is there a ...
0
votes
1answer
82 views
Integrate .chm in my project
I have help files in my project. I've tried to open it localy by this way and it works :
System.Diagnostics.Process.Start(@"C:\Users\Sheamus\Documents\myCHM.chm");
I have to integrate it in the ...
0
votes
0answers
177 views
C++ new standard tutorial in .chm format? [closed]
I'm searching for some good c++ tutorial which contain new standard, and it have to be in .chm format (to easy searching for keyword), something like "The Art Of C++ (2004).chm".
Do you have some ...
2
votes
2answers
67 views
What is the recommended way to present a Help file?
It seems that anymore I have no clue what is going to happen when I launch the Help of a program. Which makes it all that much more confusing when having to decide how to create a help file for my ...
5
votes
1answer
340 views
Delphi XE2: Jumping to an anchor in CHM?
In a Delphi XE2 program, how do I jump to an anchor inside a CHM help file topic? The anchor has the following format (extracted from the source of the topic page in HTML HelpViewer showing the CHM ...
1
vote
1answer
210 views
MS Help - hhc fails on compiling an HTML file while building .chm
I'm converting a WinHelp to html help using HTML Workshop and HHMod but there are some errors. Some files have been discarded, I'm guessing because the titles were duplicates (although the keys were ...
2
votes
1answer
165 views
Open a .chm file on local network in a c# application
In my code I am trying to open a helpfile (.chm) from the local network using the following code
private void helpToolStripMenuItem_Click(object sender, EventArgs e)
{
Help.ShowHelp(this, ...
1
vote
1answer
127 views
Custom window for CHM help projet
We're developing in WPF and are using custom borderless windows like the new Office 2013 windows. Now we are creating CHM help using RoboHelp.
I'd like to know if there's a way to launch a CHM file, ...
0
votes
2answers
161 views
Background image not appearing in compiled CHM file - Html workshop
I've recently re-compiled a .chm file as a lot of changes needed to be made in each html file.
The main problem I'm having when simply recompiling these files is the background image. The code in ...
0
votes
0answers
83 views
::HtmlHelp() call not working with a “remote” topic string
Here's my code
if (!::HtmlHelp(NULL, pApp->m_pszHelpFilePath, nCmd, dwData))
AfxMessageBox(AFX_IDP_FAILED_TO_LAUNCH_HELP);
it brings up the right topic when the topic is "local" (i.e. topic ...
1
vote
0answers
49 views
Can't find chm file content of the SharpZipLib help file
Sorry if this is not the right place to ask, but I'm trying to use SharpZipLib and its help file found on this page doesn't seem to contain anything but help sections. The content on the right pane is ...
0
votes
0answers
223 views
How to open chm help file in same win form using c#?
I am developing a windows forms application in c#.net. I need to open a .chm file in the same windows form in the right side area of the screen.
Using WebBrowser control asks user to either download ...







