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