Menu item changed event
-
I am using TrackPopupMenu() to display a popup menu and allow a user to make a selection. I would like to have an event occur (have a method called) each time the selected item in the menu changes. In other words, as the user moves the mouse up and down the menu, as a menu item becomes selected (not clicked, simply highlighted), I would like an opportunity to take an action (such as display information regarding what will occur if the user selects that menu option). Thanks
-
I am using TrackPopupMenu() to display a popup menu and allow a user to make a selection. I would like to have an event occur (have a method called) each time the selected item in the menu changes. In other words, as the user moves the mouse up and down the menu, as a menu item becomes selected (not clicked, simply highlighted), I would like an opportunity to take an action (such as display information regarding what will occur if the user selects that menu option). Thanks