不要在 shell 托盘上显示窗口
我想创建一个小工具。打开窗口时,它们在 shell 托盘上显示为:
如何防止窗口在该托盘上显示。我已经知道如何将窗口发送到后面以使其显示为小工具。我在此处找到了该示例。如果该菜单在窗口处于活动状态并打开时不显示,那就太好了。
I want to create a gadget. when opening windows they appear on the shell tray as:
how can I prevent a window from showing on that tray. I already know how to send a window to the back to make it appear as a gadget. I found that example in here. It will be nice if that menu does not show up meanwhile the window is active and open.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用窗口属性
ShowInTaskbar
限制或允许窗口显示在任务栏中。Use the Window property
ShowInTaskbar
to restrict or allow your Window to appear in the taskbar.