位于通知区域的程序

发布于 2024-09-01 01:37:52 字数 205 浏览 4 评论 0 原文

感谢您花时间阅读我的问题。

如果我构建一个程序,当我最小化它时,如何让它隐藏在通知区域(Windows 7,不记得它在 XP 或 Vista 中的名称)?就像 Torrent 程序或防病毒程序一样。

我还想知道,如何将其从通知区域隐藏并在输入热键命令时将其显示出来?

关于我正在做的程序中遇到的这两个问题中的任何线索都会很棒。

谢谢

Thanks for taking the time to read my question.

If I build a program, how can I get it to hide in the notifications area(windows 7, cant remember what it's called in XP or Vista) when I minimize it? Like say a Torrent program, or a AntiVirus program.

Also I'd like to know, how can I hide it from the notifications area and bring it up when it a hotkey command is entered?

Any clues on any of these two problems I'm having for an a program I am doing would be great.

Thankyou

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

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

发布评论

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

评论(1

孤城病女 2024-09-08 01:37:52

如果您的 C++/CLI 程序适用于 Windows 窗体,则可以使用 NotifyIcon 组件:

http://msdn.microsoft.com/en-us/library/system.windows.forms.notifyicon.aspx

If your C++/CLI program works with Windows Forms, you can use NotifyIcon component:

http://msdn.microsoft.com/en-us/library/system.windows.forms.notifyicon.aspx

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