任务栏上方的窗口
有什么方法可以让窗口保留在任务栏上方吗?所讨论的窗口只有 16x16 像素,因此全屏窗口不是我在这里寻求的。
Are there any ways to allow a window to remain above the taskbar? The window in question is only 16x16 pixels so a full screen window is not what I am seeking here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用通知区域(系统托盘)图标,它是一个 16 像素的正方形。
使用
TrayIcon
类。You should use a notification area (system tray) icon, which is a 16 pixel square.
Use the
TrayIcon
class.