Here's my situation. I have a Form with a couple of TextBoxes and a MenuStrip that contains an "Edit" menu with cut, copy, paste, etc. If I simply have the "Edit" menu items using NO shortcut keys (i.e. Ctrl+X, Ctrl+X, etc) the that functionality works fine in the TextBoxes, for example I can select some text in a TextBox and and use Ctrl+X to cut it. BUT, if I add shortcut keys to my menu items that functionality goes away, obviously because it hasn't been implemented in my menu items.
My questions is, is there a simple way to have the menu items hook up with/or disregard the textboxes so they still work with their built in functionality? It seems to me there has to be an easier way to use shortcut keys for my menu items then having to reinvent the wheel for the TextBox controls.
Any help or information on this would be kindly appreciated.