Hello:

I have a MainMenu and want to drag the MenuItems by pressing ALT + MouseDown
on an Item.

I can not find any event to do it because there is no way to stop the
MenuItem to popup,
even overriding and not calling the base methods.. and when the submenu is
visible, the messages can not be captured, even using Capture = true or a
Message Filter.

Any suggestion??

Re: Problem with menus by Daniel

Daniel
Wed Jun 23 02:56:09 CDT 2004

Try adding the message filter before the menu item is slected

:)