Windows Form Cut Copy Paste Shortcut key
I have a windowsform application. I have implemented Cut Copy Paste Functionality. But I am unable to assign the stand开发者_如何学Goard shortcut for the same Ctrl+C, Ctrl+X and Ctrl+V. If however I assign other shortcut keys like Ctrl+J then the shortcut works. How to assign Ctrl+C to the Copy function?
I'm really surprised that this question doesn't come up more often or have a simple, straightforward FAQ answer. Anyhow, I was searching for the same need and eventually found these 2 resources with possible solutions...
http://www.codeproject.com/KB/menus/TcMagicalEditMenu.aspx
http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/7a42a16e-e8b8-4425-a91e-a048d81d4ab4
精彩评论