简体   繁体   English

如何在任务栏中隐藏Windows 7徽标?

[英]How can I hide the Windows 7 logo in the taskbar?

I have a WPF window that goes fullscreen, and I have made every attempt to make it truly fullscreen. 我有一个进入全屏状态的WPF窗口,并且我已尽一切努力使其成为全屏状态。 WindowStyle is None, WindowState is Maximized, Topmost is true, etc. I even used p/invoke to hide the taskbar when the window is loaded and make it appear again on exit. WindowStyle为None,WindowState为Maximized,Topmost为true,等等。我什至使用p / invoke在加载窗口时隐藏任务栏,并使其在退出时再次出现。 The problem I have is when, for example, I play a video that replays once it finishes, the third-party program that plays the video pops its window up while also flashing its taskbar button. 我遇到的问题是,例如,当我播放一个视频,该视频一旦播放完毕便重新播放,播放该视频的第三方程序会弹出其窗口,同时还会闪烁其任务栏按钮。 I can ignore the window since my Window has the Topmost property set to true, and I can also ignore the flashing taskbar icon/button since the taskbar is hidden, BUT the circly windows 7 logo appears on the left bottom corner no matter what. 我可以忽略窗口,因为我的Window的Topmost属性设置为true,也可以忽略闪烁的任务栏图标/按钮,因为隐藏了任务栏,但是无论如何,圆形的Windows 7徽标都会出现在左下角。 How can I disable that, too? 我也该如何禁用它?

CodeProject上的示例适用于Windows 7。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM