任务栏的自动隐藏如何工作(以编程方式)

发布于 2024-09-30 19:23:20 字数 244 浏览 4 评论 0原文

我正在考虑编写一个应用程序来与我的 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 技术交流群。

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

发布评论

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

评论(1

绝對不後悔。 2024-10-07 19:23:20

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

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