Click to See Complete Forum and Search --> : Can somebody help ?


July 14th, 2000, 10:01 AM
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.

Creamy pie
July 14th, 2000, 01:41 PM
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.