CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 1999
    Location
    Leeds U.K. (Proud to be Sheffield Born)
    Posts
    202

    Context-Sensitive Help

    Hi. And Thanks for reading.
    I am running a VB 6 app with WindowsNT, and am having trouble getting any sense out of context-sensitive Help. I have a huge great Help file written in HTML Help workshop, and can access it generally without trouble. But the moment I try any Context stuff I get "HH_HELP_CONTEXT " message box with something about " Passed without a [MAP] section". What's going? The HTML Help Workshop Help Files just rant on about some .txt File containing lines beginning ".topic". Surely they're not serious? Can someone explain this to me, Please?
    Thanks in advance, from a NEw guy in the HTML world,

    I am surrendermonkey


  2. #2
    Join Date
    Dec 1999
    Location
    Dallas, Texas, USA
    Posts
    59

    Re: Context-Sensitive Help

    VB's context sensitive help is for HLP files not html. Maybe the next version will support HTML, but at the moment it will not.

    --
    Chizl
    [email protected]
    http://www.chizl.com/

  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Context-Sensitive Help

    There's a very good site for HTML help and VB at :

    http://htmlhelpcenter.hypermart.net/ - includes tutorials, API methods etc.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  4. #4
    Join Date
    Sep 1999
    Location
    Leeds U.K. (Proud to be Sheffield Born)
    Posts
    202

    Re: Context-Sensitive Help

    Hi. Thanks man. Time, effort & tolerance hugely appreciated. Highly handy. Cheers.

    I am surrendermonkey


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