O.P. [C++] Menu Callbacks
I've added a menu to another application using AppendMenu and now I want to setup a callback so that I can respond to the click events of the menu items.
How would I go about doing it? Do i have to subclass the other application?
|