Michael Brösdorf
michael.broesdorf at web.de
Sat Jul 17 11:20:17 CDT 2004
Dear group, I am trying to create a custom shortcut menu for a third-party ActiveX-Control that does not have a ShortcutMenuBar-property. I created the menu and open it in the MouseDown-event of the control and it displays just fine. The only problem now is: how do I respond to the clicks on the MenuBarButtons without using global functions? I've seen a couple of examples using WithEvents, but I just can't get it to work... Michael