Results 1 to 11 of 11

Thread: Make a .hlp File

  1. #1

    Thread Starter
    Member susn's Avatar
    Join Date
    Feb 2001
    Location
    Dubai
    Posts
    48

    Make a .hlp File

    I have to add a Help File to my Program.
    But how can i do?

    May there is a tutorial somewhere?

    Any help is welcome.
    Thx

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

    Well ...

    http://www.helpmaster.com/
    http://www.sky.net/~parnote/
    http://www.helpfile-builder.com/defaults/winhelp.htm

    Check out the above links. Also the Visual Basic CD contains the rtf Help and html Help workshop files. You can install them on your machine to create help files.

    .
    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!

  3. #3
    spetnik
    Guest
    VB comes with two tools. Microsoft Help Workshop (generates old-style .hlp files and is located somewhere on the CD) and Microsoft Html Help Workshop (installed with "Tools"). HtmlHelp is pretty easy to create if you know html, the old one is a bit more difficult.

  4. #4
    Megatron
    Guest
    There is the 600 KB help file (shipped with the help compiler) that will assist you in creating help files.

  5. #5
    spetnik
    Guest
    Yeah, but if you are talkin 'bout the one for .hlp files, it was a royal pain for me to figure out (and you gotta use MS Word, too).

  6. #6
    Megatron
    Guest
    But the format is universal (RichTextFormat) so you could use MS Works, or Word Perfect to do it as well.

  7. #7
    spetnik
    Guest
    RTF has footmarks?

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

    Well ...

    Spetnik, the Help Workshop with rtf files was a pain in the ass for me, too. If Megatron remembers, I had asked a question on generating help files for the VB apps, and he had replied to it. After that, it took more than a month for me to properly generate a help file with content file.

    Now, however, I am stuck up with some other problem. In VB, you can display either a Windowed help or a pop-up help. The pop-up help is displayed using the WhatsThis property. I want to combine both these effects in my app. i.e. I want to enable the WhatsThisHelp feature, so that when the user seeks help with the ? button on the form, he will get a popup. But if the user presses F1, he should get a windowed help.

    .
    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!

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

    Well ...

    To the best of my knowledge, there isn't any tool which will allow you to convert an HTML help file in an rtf help format, i.e. from CHM to HLP.

    .
    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!

  10. #10
    Megatron
    Guest
    Originally posted by spetnik
    RTF has footmarks?
    Yes. While the standard RichEdit might not have built in support for them, the high-end word processors can incorporate them.

  11. #11
    spetnik
    Guest
    O

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