i has Select event for MainMenu items that occurs when the menu item is selected.
in c#2005 i use MenuStrip for forms that menustrip items dont have Select event
so how can i check when one of menu items be select?
i want design a status bar and show menu help string for each menu item that user select it by mouse or keyboard
in c#2005 i use MenuStrip for forms that menustrip items dont have Select event
so how can i check when one of menu items be select?
i want design a status bar and show menu help string for each menu item that user select it by mouse or keyboard