Results 1 to 7 of 7

Thread: How to write a .hlp file?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2003
    Posts
    219

    Question How to write a .hlp file?

    Will anyone give me sugestions or point me to a document on how to write .hlp file?

    Thank you,

    ljCharlie

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Well , the tool (HTML Help Workshop) is included with VS.NET .

    Good link

    http://www.mvps.org/htmlhelpcenter/h...tutorials.html

    Some programs
    http://www.ec-software.com/reshelp.htm

    and don't forget the help files in HTML Help Workshop installed on your machine .

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 2003
    Posts
    219
    Thanks, Pirate! I have downloaded some free program to build the help file. It's pretty good for a free program.

    Anyway, many thanks for those links.

    ljCharlie

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Feb 2003
    Posts
    219
    Now, I have created my .hlp file, how do I link it to my program? In the menu drop down Help Topics, I want to be able to click on the Help Topics menu and launch the .hlp file. How do I make that connection?

    ljCharlie

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    One way :
    VB Code:
    1. Process.Start("pathHere")
    I hope you don't mean how to show specific topic from your help file in !

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Feb 2003
    Posts
    219
    Thanks! That's pretty easy. That's all I need.

    ljCharlie

  7. #7

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