The best way to explain this is by example:
Lets say I have Internet Explorer. When a user hovers over "Paste" in the "Edit" -> "Paste" menu I want my program to aknowlage this and DO something.
ANY HELP would be appreciated.
Brad
Printable View
The best way to explain this is by example:
Lets say I have Internet Explorer. When a user hovers over "Paste" in the "Edit" -> "Paste" menu I want my program to aknowlage this and DO something.
ANY HELP would be appreciated.
Brad
Subclass IE once it's opened for WM_COMMAND. The 3rd parameter coming back to you (wparam I think) will have the ID of the menu that was clicked. From there you can get the menu's text and do whatever you need to if it's "Paste".