本文介绍了我如何能在C#中的第二台显示器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否有可能以编程方式启用第二个显示器,并在C#扩展Windows桌面上呢?它需要做下面的图片打开的复选框的等价物。
Is it possible to enable a second monitor programatically and extend the Windows Desktop onto it in C#? It needs to do the equivalent of turning on the checkbox in the image below.
推荐答案
使用的PInvoke结构导入
DISPLAY_DEVICE structure import using PInvoke
函数导入
EnumDisplaySettingsEx功能导入
等。它们的功能,其余的可以通过名字一个简单的搜索找到。
etc. the rest of them functions can be found with a simple search by name.
这篇关于我如何能在C#中的第二台显示器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!