创建一个位于任务栏上方的可停靠表单
我正在尝试创建一个新闻收报机,并且正在寻找创建可停靠表单的最佳方法,该表单将停靠在任务栏上方的桌面上(用户可以将其移动到一侧或顶部)屏幕)。在 C# 中执行此操作的最佳方法是什么?
I am trying to create a news ticker and I'm looking for the best way to create a dockable form that will dock to the desktop, just above the task bar (the user can move it to dock to one of the sides or the top of the screen). What is the best way to do this in C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看这篇文章此处。这是一篇较旧的文章,但由于它基于 shell 编程,因此它仍然适用于该框架的更新版本。
Check out this article here. It's an older article, but since it's based off of shell programming, it should still apply for more recent versions of the framework.