Generating or Creating Help Files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DAL

    #1

    Generating or Creating Help Files

    How do I generate or create help files for a program I am creating? Thanks,
    DAL.


  • Kyjan

    #2
    Re: Generating or Creating Help Files

    You can use the help workshop to generate .chm files. You can write
    them in HTML so you can control formatting and the such.

    You can find more information at
    http://www.microsoft.com/downloads/d...DisplayLang=en.

    Raymond

    Comment

    • Cerebrus99

      #3
      Re: Generating or Creating Help Files

      Hi,

      You haven't specified the format of the Help file you want to create, so
      I'll assume, like Raymond, that you want it in CHM (Compiled HTML) format,
      which is the most common.

      "PocketCHM Pro" is the most user-friendly program I have used, for CHM
      generation. You can find it at
      http://www.flyskysoft.com/. It has a trial version available.

      Although, internally, it uses the HTML Help compiler provided by Microsoft
      in the HTML Help workshop mentioned by Raymond.

      Regards,

      Cerebrus.


      Comment

      Working...