CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Posts
    15

    writhing *.hlp files

    pls tell me how can i create / write *.hlp file
    thanxxx


  2. #2
    Join Date
    Nov 1999
    Posts
    18

    Re: writhing *.hlp files

    You can write .HLP files by making .RTF (Rich Text Format) documents and compiling them using MS Help Workshop, or you can invest in some professional software that will do the job. The best tool I have seen for the job is Ariad 'HelpWrite Professional', which also gives a trial version with unlimited usage. The website claims this is the 'lite freeware version' but my understanding of the license agreement suggests .HLP files made with this version can not be distributed. Still well worth a look. Point your browser at:

    http://www.ariad.tsx.org/

    Regards,
    psiclone


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured