任务栏的自动隐藏如何工作(以编程方式)
我正在考虑编写一个应用程序来与我的 Windows 任务栏对话。我想知道哪些进程导致它不自动隐藏。
有人知道从哪里开始获取此类信息吗?文档?
有关如何让我的应用程序通知任务栏保持开启状态的信息也将起作用(我至少可以从那里开始)。
基本上,我厌倦了我的任务栏不自动隐藏,并且没有任何通知或任何指向导致其不自动隐藏的任何进程。我想编写一个工具来查找并杀死阻止它的进程。
如果可能的话,我更喜欢 .NET 和 C#。
I am thinking a writing an app to talk to my Windows taskbar. I want to know what processes are causing it to not auto-hide.
Any one know a good place to start to get this kind of info? Documentation?
Info on how to have my app notify the taskbar to stay up would work too (I could at least get started there).
Basically, I am sick and tired of my taskbar not auto-hiding and not having any notifications or anything point to any process that is causing it to not auto-hide. I would like to write a tool to find and KILL the process that is holding it up.
I would prefer to .NET and C# if possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
www.codeproject.com 上有几篇文章
例如, :
http://www.codeproject.com/KB/miscctrl/Taskbar_Manipulation.aspx
还有一些适用于 Windows Vista 和 Windows 7 的功能
There are few articles on www.codeproject.com
for example:
http://www.codeproject.com/KB/miscctrl/Taskbar_Manipulation.aspx
there are few more for Windows Vista and Windows 7