Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让 winform(VB.NET 或 C#)只能显示在工作站的桌面上?有没有人尝试过这样做?非常感谢您的帮助。
将其放入表单绘制事件中:
Me.SendToBack()