Windows 窗体剪切复制粘贴快捷键
我有一个windowsform应用程序。我已经实现了剪切复制粘贴功能。但我无法为相同的内容分配标准快捷方式 Ctrl+C、Ctrl+X 和 Ctrl+V。但是,如果我分配其他快捷键(例如 Ctrl+J),则该快捷键有效。 如何将 Ctrl+C 分配给复制功能?
I have a windowsform application. I have implemented Cut Copy Paste Functionality. But I am unable to assign the standard 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我真的很惊讶这个问题并没有更频繁地出现,也没有一个简单、直接的常见问题解答。无论如何,我一直在寻找相同的需求,并最终找到了这两个资源以及可能的解决方案...
http://www.codeproject.com/KB/menus/TcMagicalEditMenu.aspx
http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/7a42a16e-e8b8-4425-a91e-a048d81d4ab4
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