c++builder - getting menu event in activeX object from inserted menu item -
i inserting menu items activex control container using ::insertmenu(...). insertion works , menu item shows not receive events (even though have event handler onclick()). of course because event going container , not control. there way in c++builder capture event? container ignores since not know how handle menu event itself, pass onto container, if so, how can grab it?
Comments
Post a Comment