csammis
Mar 21st, 2001, 03:07 PM
Hello all -
I'm writing a simple text editor using RichTextBox. I've got an "Edit" menu with all the menu shortcuts (Ctrl-V for Paste, Ctrl-C for Copy, etc.). What I'd like to know: How can I disable the RichTextBox interpretation of these keys? If I define the function in the menu's Click event, the RichTextBox echos the function twice. Any help would be great!
I'm writing a simple text editor using RichTextBox. I've got an "Edit" menu with all the menu shortcuts (Ctrl-V for Paste, Ctrl-C for Copy, etc.). What I'd like to know: How can I disable the RichTextBox interpretation of these keys? If I define the function in the menu's Click event, the RichTextBox echos the function twice. Any help would be great!