CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2001
    Location
    Wisconsin, USA
    Posts
    150

    Authoring Help Files

    I need to create a help file for an application that I am writing, and I have some basic questions on this.

    I know I can write the help file in MS Word, save the documents, and then just load them when the user clicks
    on the Help menu item. However, I was wondering if there is an application that would allow me to write
    help files that look like, well, standard help (for lack of a better term). Like for instance - when I click
    on help in VB 6.0, I get the MSDN help screen. Is there an application that I can use to author help files to look
    like this? If so, where can I get a copy (downloadable)?


  2. #2
    Join Date
    Oct 2001
    Location
    MH, India
    Posts
    10

    Re: Authoring Help Files

    Create all your help pages in MSWORD, save then as .htm files.

    Use the "HTML Help Workshop" that comes with Visual Studio to compile the files.

    And you will get MSDN style help working




  3. #3
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Authoring Help Files

    If you dont have visual studio, you can download the Help Workshop from MSDN
    http://msdn.microsoft.com/library/de...pDownloads.asp

    John G

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