MenuItem shortcut and keydown...

  • Thread starter Thread starter Jeff Emery
  • Start date Start date
J

Jeff Emery

I have mdi window app. The child app has many data input controls (textboxes
etc.) I have a menuitem "Delete" with a shortcut "del". I want the user to
be able to delete the selected text on the active edit control when they
press the delete key or choose the menuitem.

The problem is the menuitem is intercepting the keystroke and not passing
the keydown/up event back to the form's control.

Thanks for the help.
 

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