Articles
Creating & Implementing Help Files
Your end users should always have some type of software documentation to help them learn using you software. Also it helps you not to be stuck with hundreds of “faq” e-mails on a daily basis. Therefore, creating a simple help file (chm) is always an easy solution.
To create a help file you can use various tools, but we recommend Help Maker. It’s free and can do the job right. Only thing left is to implement help file into your application, and to do that please check the following video tutorial:
You can also check our C++ Builder Examples Collection and Delphi Examples Collection for additional example projects.