hamid Posted May 11, 2006 Posted May 11, 2006 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 :mad: 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 :confused: Quote [ once4ever ]
Administrators PlausiblyDamp Posted May 11, 2006 Administrators Posted May 11, 2006 You don't seem to have a way to hook the keyboard select with the menu strip anymore - mouse events can be done with the MouseEnter / MouseHover. Also if you have a tooltip control on a form you can associate a tooltip with a menu strip item, might be easier; plus the information is displayed closer to the mouse pointer / where the user is probably looking on screen anyway. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
hamid Posted May 11, 2006 Author Posted May 11, 2006 but my user work with keyboards! :( do tooltip display information for each menuitem when user select them by keyboard keys ?!! Quote [ once4ever ]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.