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??
 
Try adding the message filter before the menu item is slected

:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top