Results 1 to 3 of 3

Thread: HTML Help Workshop Tutorial

  1. #1

    Thread Starter
    PowerPoster Keithuk's Avatar
    Join Date
    Jan 2004
    Location
    Staffordshire, England
    Posts
    2,236

    HTML Help Workshop Tutorial

    Hi guys.

    I've done a search but nothing useful shows up.

    For many years I've been compiling the old Windows help files *.hlp for my apps and they have always worked perfectly. Vista, Windows 7, Windows Server 2008/R2 don't use Winhlp32.exe but you can download it from http://support.microsoft.com/kb/917607. Now this is strange because the API call says:

    Public Declare Function WinHelp Lib "user32" Alias "WinHelpA" (ByVal hwnd As Long, ByVal lpHelpFile As String, ByVal wCommand As Long, ByVal dwData As Long) As Long

    which I assume it uses user32.dll a standard Windows dll so why does Winhlp32.exe have to be present?

    I downloaded HTML Help Workshop a long time ago but its not straight forward to use. I've Googled for tutorials but I haven't found anything that is much use.

    Creating and Compiling an HTML Help File Project With HTML Help Workshop

    How to easily benefit from Microsoft HTML Help Workshop

    Introduction to Microsoft Help Workshop 4.0

    Does anyone use HTML Help Workshop or any other free chm compiler or know of any good tutorials?

    Cheers guys.
    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.

  2. #2
    Fanatic Member
    Join Date
    Mar 2009
    Posts
    804

    Re: HTML Help Workshop Tutorial

    Keithuk, I have also struggled with HTML Help Workshop. To me the hardest part is creating all those
    htm files needed for hhc.exe to do its work. I did find a project which is an addin that creates
    documentation for a VB project. Just studying this project helped me to understand it a little better.
    http://www.freevbcode.com/ShowCode.asp?ID=4022
    Hope it helps.

  3. #3

    Thread Starter
    PowerPoster Keithuk's Avatar
    Join Date
    Jan 2004
    Location
    Staffordshire, England
    Posts
    2,236

    Re: HTML Help Workshop Tutorial

    Thanks for that link but it only makes a dll for use in an app.

    Is that what you use or something else?
    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.

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