Context menu for menu
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, How can I implement a context menu for a menu. That's mean when I right click on the menu a context menu will appearing. Like the favorite menu of Firefox or IE. Thank you for your help
-
Hi, How can I implement a context menu for a menu. That's mean when I right click on the menu a context menu will appearing. Like the favorite menu of Firefox or IE. Thank you for your help
Check out the WM_MENURBUTTONUP Notification[^]. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Check out the WM_MENURBUTTONUP Notification[^]. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
Thank you very much Mark :-D