Goal: A Menustrip with Copy and Paste and the user shall see the Shortcut-Keys.
Problem: If you have a MenuStrip and set the ShortcutKeys the are "catched" by the Menu but no longer by the Textboxes. This means you cannot use Ctrl+C / V in the Textboxes - only by Right-Click. If you remove the Shortcuts the Textboxes work fine.
Why is that? Whats the solution if I dont want to name the Entry "Copy______Ctrl+C"?
Example Project: http://www.file-upload.net/download-4098087/MenuBlocksSTRG.zip.html
MSDN is down ATM i found this links:
MenuStrip
carefully enough. – UnaccomplishedmyMenuItem.Text = "&Copy\tCtrl+C";
– Diluvium