C# 有选择地关闭监视器
C# 有没有办法识别连接到系统的所有监视器并选择打开、关闭或低功耗的监视器?我之前在 SO 上发现的问题只需关闭所有显示器即可。
is there a way in C# to identify all monitors connected to the system and choose which ones to turn on, off or low power? The previous questions i found on SO just turn off all monitors.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 http://pinvoke.net/default.aspx/user32.EnumDisplayMonitors ?似乎一旦获得句柄,就可以使用 PInvoke,就像在回答以下问题时使用的那样... 打开/关闭显示器
Can you use http://pinvoke.net/default.aspx/user32.EnumDisplayMonitors? Seems like once you get the handle then you can use PInvoke like it's used in the replies to the following question... Turn on/off monitor