As soon as I put a RichTextBox on a form, my menu shortcuts (regular dropdown menus) for ^M and ^X stop working.
The RTB is apparently intercepting these.
I've tried various tricks like catching this in RichTextBox1_KeyDown and setting the keycode=0,
setting AutoVerbMenu true/false, Locked true/false, setting form KeyPreview true/false
etc. etc.
The only way I can get these 2 shortcuts to work is to set the RTB.Enabled=False.
Any ideas? Thanks, DaveBo
