Results 1 to 16 of 16

Thread: How to create .hlp file

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    8

    How to create .hlp file

    Hi
    I want to create a .hlp file for a stand alone application that I am creating.
    Can I do this using VB? If yes, can anyone suggest the way.


    Thanks in advance.

    -Dex

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How to create .hlp file


  3. #3
    Fanatic Member Bombdrop's Avatar
    Join Date
    Apr 2001
    Location
    St Helens, England, UK
    Posts
    667

    Re: How to create .hlp file

    The attached zip contains two pdf documents showing the creating a chm help file and how to integrate them into a VB application.

    Hope this helps!!
    Attached Files Attached Files

  4. #4
    PowerPoster Keithuk's Avatar
    Join Date
    Jan 2004
    Location
    Staffordshire, England
    Posts
    2,236

    Re: How to create .hlp file

    If you want to make a Windows Help file (*.hlp) with VB then use http://www.helpwriter.com/vbhw32.htm or do a search on here. This question has been asked a number of times.
    Keith

    I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

  5. #5

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    8

    Re: How to create .hlp file

    Hey Thanks A lot for the Help Pals.
    I'll check these out and let you all know shortly!


    -Dex

  6. #6
    Lively Member
    Join Date
    Nov 2004
    Posts
    98

    Re: How to create .hlp file

    There's also a free and relatively easy help file (.hlp) creator called Shalom Help - a Google search should reveal the link.

  7. #7
    Supreme User Madboy's Avatar
    Join Date
    Oct 2003
    Location
    England
    Posts
    3,253

    Re: How to create .hlp file

    Yeah Shalom is excellent to use.

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How to create .hlp file

    Quote Originally Posted by andrewb
    There's also a free and relatively easy help file (.hlp) creator called Shalom Help - a Google search should reveal the link.
    Shalom Help

    Sounds interesting. I've have to add this link to the rest of the links I have on making help files.

  9. #9
    Lively Member
    Join Date
    Nov 2004
    Posts
    98

    Re: How to create .hlp file

    Thanks Hack - I would have looked up the link but I'm at work and shouldn't really be looking up such things I'm allowed on vbforums for my work programming project lol.

    I've just started implementing a .hlp file in my project using the common dialog "ShowHelp" command, not a lot of info around but I seem to have it figured out

  10. #10
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How to create .hlp file

    Quote Originally Posted by andrewb
    Thanks Hack - I would have looked up the link but I'm at work and shouldn't really be looking up such things I'm allowed on vbforums for my work programming project lol.

    I've just started implementing a .hlp file in my project using the common dialog "ShowHelp" command, not a lot of info around but I seem to have it figured out
    You are right, there isn't a lot of stuff on .ShowHelp

    If you have something that works, and works pretty well, would you mind putting together a working example of how to use .ShowHelp, and posting it in the VB CodeBank. I'm sure a lot of other members would find that very beneficial.

  11. #11
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: How to create .hlp file

    Well you might want to add this one to your list also hack. It claims to be the only program that can make .chm and .hlp. It is also REALLY easy to use because you write your files in a RichTextBox enviroment. Check it out (HelpMaker):
    http://www.vizacc.com/
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  12. #12
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How to create .hlp file

    Quote Originally Posted by eyeRmonkey
    Well you might want to add this one to your list also hack. It claims to be the only program that can make .chm and .hlp. It is also REALLY easy to use because you write your files in a RichTextBox enviroment. Check it out (HelpMaker):
    http://www.vizacc.com/
    The more the merrier. Thank you sir.

  13. #13
    Lively Member
    Join Date
    Nov 2004
    Posts
    98

    Re: How to create .hlp file

    Quote Originally Posted by Hack
    You are right, there isn't a lot of stuff on .ShowHelp

    If you have something that works, and works pretty well, would you mind putting together a working example of how to use .ShowHelp, and posting it in the VB CodeBank. I'm sure a lot of other members would find that very beneficial.
    Yeah I might do that, only just started it but found it pretty easy once I got it sorted... set the .hlp path, set the topic index, set the mode then .ShowHelp

    Surprising there isn't more info on this useful part of the CommonDialog control, so I might see what I can cobble together and post it to the CodeBank as you suggested.

  14. #14
    Hyperactive Member vincentg's Avatar
    Join Date
    Jun 2005
    Location
    Chicago IL, USA
    Posts
    261

    Re: How to create .hlp file

    HLP File?

    I suggest you try the CHM its a lot easier to create.

    Because all I know the HLP File is using an RTF file? (This is the old Help Files)

    The CHM uses HTML file..

    There are some tools if you have install a Visual Studio on how to create a CHM File. or you can download it from the Microsoft Site.

    The tools are HTML Help Workshop but there are other tools which you can use to create a CHM File like RoboHelp( I doubt that its free)


  15. #15
    New Member
    Join Date
    Jan 2009
    Posts
    2

    Re: How to create .hlp file

    I want to create a .hlp file for a stand alone application that I am creating.
    Can I do this using VB? If yes, can anyone suggest the way.

  16. #16
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: How to create .hlp file

    Did you read the replies and links in this post? Also, please dont post a separate duplicate thread on this if you are going to post on the same topic

    Your thread - http://www.vbforums.com/showthread.php?t=552414
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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