PDA

View Full Version : Need to intermitent disable Menu ShortCut



AmolShinde_8
15th March 2010, 18:30
Hi,

I have a MDI class in which I have created a menu with shortcut Ctrl+A. I have used connect to trigger the menu click functionality. It works fine. Now when I have press button some other functionality gets called in which the user needs to press Ctrl+A (this is not relevant to menu) to get some other work done. All this is in one class. Can anyone please tell me how we can intermitently disable the shortcut key of menu.

Thanks in advance.