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.
我正在尝试在 WPF 中创建一个具有 2 个按钮的应用程序,这些按钮将处理我拥有的 2 个屏幕。一个按钮将应用程序移动到主屏幕,另一个按钮移动到辅助屏幕。这在 WPF 中是否可行,如果可以,有人能告诉我怎么做吗?
谢谢!
这不是一个通用的解决方案,但在您的特定情况下,您可以简单地为window.Left和设置值window.Top。
window.Left
window.Top
有关屏幕上的更多详细信息,请参阅此 SO 问题