Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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:

[ once4ever ]
  • Administrators
Posted

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.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...