Click here to Skip to main content
15,901,853 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Folks,

I am running into a small issue withe context sensitive help on a TabPage.

My help provider component is called hlp1 and I set the context sensitivity on the TabPage using the following code.

C#
this.hlp1.SetHelpKeyword(this.tabPage1, "administration.htm");
this.hlp1.SetHelpNavigator(this.tabPage1, System.Windows.Forms.HelpNavigator.Topic);


This code brings up the appropriate context sensitive help (administration.htm) while the focus in on a control within the tab page. However, it does not work when the focus is on the label of the tabPage itself.

I would appreciate any thoughts on this mystery.

Thanks.

Ash
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900