如何实现像远程桌面连接栏一样的状态栏?
How to implement a status bar like the remote desktop connection bar?
有谁知道如何实现类似于远程桌面状态栏的 WinForms 控件?
它需要漂浮在顶部并在您将光标移开时消失(除非固定)
我找到了两个可以帮助您实现此目标的示例
This is an example in how to customize certain aspects of the title bar
This video showing how to do a TitleBar from zero
第二个似乎更接近你的需要。可惜视频里既没有文字说明也没有声音
有谁知道如何实现类似于远程桌面状态栏的 WinForms 控件?
它需要漂浮在顶部并在您将光标移开时消失(除非固定)
我找到了两个可以帮助您实现此目标的示例
This is an example in how to customize certain aspects of the title bar
This video showing how to do a TitleBar from zero
第二个似乎更接近你的需要。可惜视频里既没有文字说明也没有声音