Results 1 to 7 of 7

Thread: Help for Help

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318

    Cool

    I am going to manually create help file from using .rtf file.

    Can anybody tell me how many files do I need? (its better if there is any reference site)
    such as .HPJ etc...

    I knows I need the HCRTF.exe to compile, but what else?

    Would anybody please help?

    (no thanks, I am not and cannot use help editors)


  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    If you haven't already written anything, it's best to use the new .chm style HTML Help. I believe Megatron has a link to Microsoft's site.

    Advantages: Easier to write, newer technology, you can use all standard HTML features. You can also include files for 'download' in the .chm file.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    Addicted Member
    Join Date
    Aug 1999
    Location
    Ilirska Bistrica, Slovenia
    Posts
    242
    I agree with parksie.
    It's much easier to write it (you write HTML like if you would be making web page) and it also looks better.
    HTML Help Compiler is on your VS CDs
    Zvonko Bostjancic
    Ilirska Bistrica, Slovenia
    [email protected]
    Using VS6 Professional with SP3
    Programming mostly in VB and I've started to learn VC++ & MFC

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318

    Lightbulb

    It sounds good. But if I am going to use html help, other than the .html file, what else do I need?

    And is there any further information on this topic?

    Thanks

  5. #5
    Addicted Member
    Join Date
    Aug 1999
    Location
    Ilirska Bistrica, Slovenia
    Posts
    242
    In HTML help you can use all goodies you normaly use in HTML (java, jscript, vbscript, etc.)
    More about this is in help about HTML Help when you install it
    Zvonko Bostjancic
    Ilirska Bistrica, Slovenia
    [email protected]
    Using VS6 Professional with SP3
    Programming mostly in VB and I've started to learn VC++ & MFC

  6. #6
    Guest
    If you want to use standard files, what you need is...
    • A HPJ (Help Project) file which contains all of the topic ID's, rtf file, contents, version, copyright etc.
    • A CNT (Contents) file, whihc is basically the help contents.
    • An RTF file which contains all of the information and topics in the help file as well as the Find info and Index.


    However, if you want to use HTML Help files, you can download the program for it here.

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318

    Wink

    Thanks, Megatron and all others

    I will read through the material and see whether I can understand how to do it.

    Thanks again

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