Windows 窗体剪切复制粘贴快捷键

发布于 2024-11-07 03:14:08 字数 138 浏览 1 评论 0原文

我有一个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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆沫 2024-11-14 03:14:08

我真的很惊讶这个问题并没有更频繁地出现,也没有一个简单、直接的常见问题解答。无论如何,我一直在寻找相同的需求,并最终找到了这两个资源以及可能的解决方案...

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文