通过系统托盘中的键盘绑定打开程序 C#

发布于 2024-11-08 05:42:29 字数 206 浏览 1 评论 0原文

为学校做一个年终项目,并选择创建一个密码生成器,将它们存储在本地并进行加密。我的大部分工作都已经完成,最后只是添加了一些小改动。几乎现在我已经有了它,你可以最小化它存储在 Windows 7 系统托盘/通知坞中,然后你可以右键单击并显示菜单等。我想知道如何才能让您在 Windows 上的任何位置按下某个组合键并使程序变得可见并且取消最小化。我浏览了网络,但找不到真正的解决方案。任何帮助表示感谢。

Working on a end of the year project for school and chose to create a password generator that stores them locally and encrypted. I have everything working for the most part and just adding some little touches in the end. Pretty much right now I have it where you minimize it stores in the windows 7 systray/notification dock and then you can right click and have a menu and such. I was wondering on how I could have it where you hit a certain key combination anywhere on windows and have the program become visible and un minimize. I have looked around the web and couldn't really find a solution. Any help is appreciated thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

尐偏执 2024-11-15 05:42:31

你应该在谷歌中搜索“全局键盘钩子”,有很多例子。
http://www.codeproject.com/KB/cs/globalhook.aspx

You should search for "global keyboard hook" in google, there is lots od examples.
http://www.codeproject.com/KB/cs/globalhook.aspx

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