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.
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.