如何制作克隆或扩展模式
我有多个显示器(虚拟+真实),默认情况下我想从我的程序将其置于克隆/双模式。有人可以建议我如何实现这一目标吗?我对这个世界很陌生:)对于这个基本问题感到抱歉......即使任何文档或任何链接都将非常值得赞赏。
/萨博吉特
I am having multiple monitors(virtual+real) and by default I wanted to put it in clone/dual mode from my program. Can some one suggest how do I achieve this? I am very new to this world:) sorry for this basic question.... even any doc or any link will be highly appreciable.
/sarbojit
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
有关详细信息:http://msdn.microsoft .com/en-us/library/ff569533%28v=VS.85%29.aspx
For more information: http://msdn.microsoft.com/en-us/library/ff569533%28v=VS.85%29.aspx
在Win7中设置克隆显示,如果有2个路径和4个模式,这将起作用
To set clone displays in Win7, this will work if there are 2 paths and 4 modes
以编程方式
其早期版本中的问题
窗口
programmatically
its issues in earlier version of
Windows
如果您碰巧使用的是 Windows XP 并且拥有 NVIDIA 卡,您可以使用以下命令行命令
或
使用 CreateProcess 创建一个运行该命令的子进程。我无法让 NvAPI 在 Windows XP 上设置克隆或扩展模式,但它似乎在 Windows 7 上运行良好。
If you happen to be on Windows XP and have an NVIDIA card you can use the following command line command
or
and use CreateProcess to create a child process which runs that command. I have been unable to get NvAPI to set up clone or extended mode on Windows XP, but it seems to run fine on Windows 7.