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

    Book on writing help files?

    We are starting to write the help file for our app. We saw the help compiler and the VC++ help for it. But it is pretty sketchy (Oh, the irony).

    Does anyone know of a book or web site that explains this stuff? We don't want to buy RoboHelp.


  2. #2
    Join Date
    May 1999
    Posts
    78

    Re: Book on writing help files?

    Programing Visual C++ 5th ed by D j Kruglinski
    Chapter 21 talks about how to do your help file
    using MS utility hcrtf...


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