Thread: How to create a help file ?

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    47

    How to create a help file ?

    I've been developing in Visual C++6 for a while and just started developing software in Visual C++.net.... the problem is that I always developed software for personal use and never had time or patiance to put help files in my programs cause I know how they work..... nevertheless, I've created something that can help me a lot on my day to day job and a friend asked me if he can have it too, so I was planning to put a help file to explane how to use the program i,ve developed, correctly.
    How can I make and attach a help file to my program ??
    Does anyone has any tutorial that can help me with this subject ??
    I don't even know where to start with this subject, please help...
    I'm a person with a simple taste...
    I only like the best.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    You can build a compiled help file (CHM) with the stuff here - http://msdn.microsoft.com/library/de...onHH1Start.asp

    You could always ShellExecute the file to open it from your app

  3. #3
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361
    If you have Visual Studio, I believe that from the Start Menu, there is an Help compiler that is installed with VS.
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  4. #4
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    I did a google search... found this, but it requires that you have a bunch of HTML files written as help files (which should be how you set them up, IMO).

    http://www.wekasoft.com/vchm/index.htm

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File transfer- the file sometimes not full transferred
    By shu_fei86 in forum C# Programming
    Replies: 13
    Last Post: 03-13-2009, 12:44 PM
  2. Basic text file encoder
    By Abda92 in forum C Programming
    Replies: 15
    Last Post: 05-22-2007, 01:19 PM
  3. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  4. archive format
    By Nor in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-05-2003, 07:01 PM
  5. Making a LIB file from a DEF file for a DLL
    By JMPACS in forum C++ Programming
    Replies: 0
    Last Post: 08-02-2003, 08:19 PM