chm

How define charset for HTMLhelp?

My C++ windows program uses htmlhelp. Structure HH_POPUP includes field pszFont in format: "Facename[, point size[, CHARSET[, color[, PLAIN BOLD ITALIC UNDERLINE]]]]", but I cannot find any info about way to define the charset. My russian popup help is totally unreadeable. HH_POPUP popupAttr; memset(&popupAttr, 0, sizeof(popupAttr)); po...

Win32: Link to HtmlHelp() API documentation?

Can anyone find a link to official MSDN documentation on the HtmlHelp() Win32 API call, and parameters? Microsoft, it seems, is going to great lengths to keep the API call a secret. ...

How to build shared library (.so file) for chm reader in Android?

Hi. In my application, I want to use chm library. Can anyone tell me How to build shared library (.so file) for chm reader in Android? And which toolchain is used. what is the steps for building it? Thanx in advance. ...

problem with image urls in htmlhelp created by docbook xsl

I have a Docbook XML document that has some images with special characters in their names (German umlauts). I'm using Saxon 6.5.5 and the Docbook xslt Stylesheets to create HTMLHelp files based on that document. Unfortunately the filenames are then url-encoded (% and hexadecimal code), which internet explorer can't deal with (with firefo...

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 the popular ones like bukhari, muslim, tirmidhi) otherwise Do we have any tools or is it possible to convert CHM files into CSV or SQL ? T...

How to use ShowHelp with Vista's virtualized "Program Files" folder

Hi, we have the problem that ShowHelp seems to fail under Vista and Windows Server 2008 if the path name of the help file contains a virtualized folder name. For example, under the German version Vista, "Program Files" is called "Programme". The call System.Windows.Forms.Help.ShowHelp(null, @"C:\Programme\Microsoft Visual Studio 9....

trying to find php library to convert pdf to chm

is there any library or PHP project to manipulate pdf and change it into chm format ? ...

XML documentation to context sensitive help

These days a number of commercial and open source tools have been developed for this purpose. However(unfortunately), non of them meet my requirement for specific problem I am dealing with. Currently, I am working on a project that exposes a different classes and functions to user as scripting interface. the user can use the objects from...

chm context sensitive help not working after decompiling and compiling again.

Hi, I have a C# application which uses .chm file for context sensitive help. I had to add some more html pages to the existing help. Hence I decompiled it using microsoft HTML help workshop and created a new chm file by compiling the previous set of HHC,HHK,HTML files including the newly added HTML files. Now right page opens whenever ...

How to generate HHP file from CHM file

Hi, When I decompile my CHM file use microsoft html help workshop. It generates HHC,HHK and bunch of HTML files but no HHP file. When I create an HHP file using new project option and then compile it to create another CHM file. Now these two CMH files are not of same size and they behave differently. Am I missing something here? I am sim...

Content sensitive help from SnapIn using chm file

I have written an application using MMC, this application has independent .chm help file, I am using snapIn.ShowHelpTopic() to show help for my application. When f1 in pressed while using the app it takes me to right help page but the index(contents) of this particular application chm file on the left hand side are missing but I can see ...

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

Is there a library for this task? ...

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 internal API documentation--we're using doxygen for that. Ideally, a solution would: Allow us to manage all help content (text, table of conten...

how to creating chm file

What is the best way to create chm file? if possible could someone provide opensource tools for this job ? ...

How to extract hhp file from a chm file

Hi, I have an A.chm file for my windows application which runs as expected. When I decompile it using HTML workshop I get set of html files, .hhc file, .hhk file. When I compile another file B.chm from these extracted files without changing any of the files.((I want to add more html contents to this file but looks like I am losing some i...

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 HTML Help Workshop, but this is ancient, and I recall it was a little funky to use. I also know there was a tool built into the Visual Studi...

Use Lua To Open .chm At Defined Index Page

I wish to open a specific page within a .chm file from lua, but can not find any resources that would instruct me as to how how this task may be accomplished. If someone could provide some code that would open an index page named "Test2" in a file named "TestFile.chm" from lua I would greatly appreciate it. Thank you very much :) ...

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. Searching Google and SO hasn't yielded much because most of the results are people asking for help, not help with "help." Meta-help, if yo...

Why would Visual Studio 2005 change the StackReserveSize when upgrading a vcproj file?

I have a very old C++ application that was being built with Visual C++ Version 7.0 when I inherited it. When I brought it forward to Visual Studio 2005, the conversion routine apparently changed the value of StackReserveSize from "0" to "66112". I probably never would have noticed this change if it had not manifested into stack overflow...

Is it possible to use SandCastle with Visual Studio 2008 and C++ (non-CLI)?

Hi, I'm mystified: I'm using Visual Studio 2008 with C++ (non-CLI), and I can't for the life of me work out how to build the help file with Sandcastle. Once its installed, and its generating an .xml file, shouldn't there be a menu option somewhere to switch on the build of the docs? Or at least a menu option to trigger the build of the...