Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
10answers
2k 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 works really well. ...
12
votes
6answers
1k 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 a network share ...
5
votes
3answers
165 views

Integrate Component Help Files

How do you integrate component help files into the Delphi 2006 help system so that the help is avaliable when pressing F1. The help files are in hlp and chm format.
2
votes
3answers
94 views

Is there a library / api for reading the contents of a .hlp help file?

I have a help file for my program and was asked to add a description of the menus in a toolbar as the user browses them. So I thought I could just use the beginning of the menu's description of the ...
1
vote
1answer
31 views

Winhelp in Visual Studio 2010

I have a Visual Studio 2010 project which generates Winhelp files in release mode. I would like to deactivate it but I have not found a way... I have try to delete the corresponding *.hpj file, so ...
1
vote
6answers
405 views

Detecting if WinHelp is Installed on Vista or newer Windows

Is there a reliable way to detect whether or not WinHelp is installed on Windows Vista or newer versions of Windows? If possible, I'd like a solution that's not specific to any particular version of ...
0
votes
1answer
247 views

Convert rtf files to chm files ? Convert hlp files to chm files?

We were shipping .hlp files to customers when development was in VC++. The process to create it was as follows: 1. Create rtf file 2. Create new project in WinHelp and then compile to get .hlp file. ...
0
votes
0answers
20 views

I want to compare two versions of WinHelp (.hlp) files

I have two versions of WinHelp (.hlp) files. I want to compare them in detail to see where the difference is. Manually opening and reading is next to impossible since there are practically a large ...
0
votes
1answer
217 views

Delphi context help says “Cannot find the C:Program FilesBorlandDelphi7Helpd7.hlp file”

My Delphi 7 installation started giving this error. The error message shows the correct help path, but with the backslashes removed. The Help files are present in the expected location (C:\Program ...
0
votes
1answer
107 views

How to use WinHelp (.hlp) using .NET Help API?

I am saddled with WinHelp format (.hlp) files and need to invoke them from a .NET 3.5 DLL. I can get the file to launch but am unable to get either TopicId or Topic to work. The file always opens to ...
0
votes
1answer
38 views

How to restore a source file for winHelp (.HLP)

could you please help? I have a VB 6 application with a Help HLP file. The source file that was used for creating the HLP file is lost. Is there a way to restore the source file so that I could edit ...
0
votes
4answers
877 views

How can I open a help file (chm or so) from my GUI developed in VC++ 2008?

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 how to do this? Thanks a ...