Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
This is regarding to know the context help icon handler in VC++.

Now, I am using the handler OnHelpInfo(HELPINFO* pHelpInfo) but it is working if I press F1 but clicking on the context help icon, the handler is not called.

I would like to the handler which will be called for pressing F1 and clicking context help icon. Please help me with this.
Posted
Updated 20-May-11 2:08am
v2

1 solution

Have you defined a handler for OnContextHelp() as described here[^]?
 
Share this answer
 
Comments
bunathangaraj 21-May-11 5:37am    
i have tried this handler it is not working as i have derived my class from cdialog
Richard MacCutchan 21-May-11 7:38am    
I though the application still needed a CWinApp object to drive it.
Richard MacCutchan 21-May-11 7:35am    
Deleted - wrong comment.

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