Click here to Skip to main content
16,015,166 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an application with a context menu. I use the OnMenuSelect method but it gets invoked when mouse is over the menu item, not when I click on it. Is there a method to solve this problem?
Posted

1 solution

This is the correct beahaviour of the OnMenuSelect method. See, for instance, "Using MFC in C++ Part 2: Menus"[^] on how to handle the item click event.
 
Share this answer
 

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