Problem with menus

  • Thread starter Thread starter Daniel Bello Urizarri
  • Start date Start date
D

Daniel Bello Urizarri

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??
 
Back
Top