Results 1 to 7 of 7

Thread: How to make Help File

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    hongkong
    Posts
    251

    Wink

    Dear Friends,

    I wish to know how and where to make a Help file and how to link the Help file with my app so that when the user presses the Help menu > Content or so, a Help file will display.

    Can you tell me where I should go to create the document and the coding to link it?

    Thanks a lot, all dear forum members

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    there is a Help Workshop that comes with Visual Studio. you can use that, or, I use a program called Samaritan(found through a search at www.zdnet.com), its pretty good, and easy to use...
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    You can also check my homepage for some cool links to help authoring.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  4. #4
    Hyperactive Member jovton's Avatar
    Join Date
    Nov 2000
    Location
    South Africa
    Posts
    266
    HTML Help Workshop available at www.microsoft.com
    jovton

  5. #5
    Megatron
    Guest
    To display a help file, you can just shell WinHelp to open your file.
    Code:
    Shell "winhelp C:\MyHelp.hlp", 1

  6. #6
    anoop007
    Guest
    try VB Helpwriter

    haven't used it much.. but its good for
    creating a quick help file..
    www.helpwriter.com

    help workshop is always better if you
    have the time

  7. #7
    Megatron
    Guest
    There's also a DOS version of the Help Compiler, which I believe is shipped with VB.

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