CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2000
    Location
    South Africa
    Posts
    195

    HTMLhlp Workshop

    I'm trying to create HTMl help files for my VB project. Successfull. Now I bind the help file to my project through Project properties and context ID. If I test the help from within my App, it keeps complaining about a Header file of some sorts that is missing (a file with an .h extension).

    All that I can find about this file is that it is mostly written in C.

    Can anyone give me more info about this pse?

    Thanks



  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: HTMLhlp Workshop

    I have a Sample project that shows how to activate HTML help for VB including Help on MSGBOXes, Popups, Menus including activating Contents tab, Index tab and viewing individula topcs. It's too large to post here and includes several sample Help files.
    If you want a copy of the APP, send me a Private Mail with your Email address and I will send you a copy of it. It includes a sample form, a .BAS module and a couple of Html Help files.

    John G

  3. #3
    Join Date
    Aug 2000
    Location
    South Africa
    Posts
    195

    Re: HTMLhlp Workshop

    your private e-mail address pse? Mine is [email protected]

    thanks



  4. #4
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: HTMLhlp Workshop

    To send me or anyone a private email via CodeGuru, simple click on their name and follow instructions.
    Since you sent me your email address, I assume you want a copy of my little sample. It will be forthcoming in a seperate regular E-mail.

    John+

    John G

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

Featured