开发者

Windows Form Cut Copy Paste Shortcut key

开发者 https://www.devze.com 2023-03-05 08:28 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消