CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Can somebody help ?

    I want to use the HelpContextId Property of a WebBrowser control to be able to popup context sensitive help. I could not find any documentation for HelpContextID property for WebBrowser at all.
    I was also not able to find any event for WebBrowser control where i may implement this.
    Any help will be highly appreciated.
    Thanks.


  2. #2
    Join Date
    Mar 2000
    Posts
    175

    Re: Can somebody help ?

    If you want to display popup help then set the 'whatsthishelpID' property of the control to that of the context help.
    'HelpcontextID' is used to display help topics.

    Hope it helps.


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