Tagged Questions

1
vote
2answers
176 views

Any light for TEventLogger?

I want to see about logging events from a Delphi 5 application to the Windows log, and from another post here I see that I can use the TEventLogger class to do this. However, I ca …
13
votes
17answers
1k views

What are good tools for creating compiled HTML help files (.chm)?

I've seen a number of places recently that offer online HTML API documentation and also offer downloadable (usually .chm) help files. I really love using .chm help files, mainly …
2
votes
2answers
47 views

Creating helpfile in HTML

I am facing the fun task of creating a Help File for a large project. I have discarded CHM files due to the constraints and are now looking into HTML based files but I am still und …
8
votes
6answers
435 views

Is there a free software for creating windows help files for your program?

Is there a free software for creating windows help files for your program? I would like something that allows an output of both CHM and HTML files.
4
votes
3answers
637 views

Does anyone know of a good MAML editor

At work we use Sandcastle for creation of help files. I have been using SandCastleGUI for some time and I'm looking for a way to create additional pages in the help file. These pa …
4
votes
2answers
247 views

Context help in Visual Studio

Is there a way to change the context sensitive help in Visual Studio so that it will only search against the text under the caret instead of a complilation error in your code? Mor …