I can't put the updating code in the click event handler. In VB6, if the user clicks the menu, the click event handler is called AFTER the menu is displayed . Furthermore, unlike button menus, menus don't provide a "before drop down" event handler. Click is the only event handler .
Is there a way to add code to the click event handler to say, "drop down this menu"?