积极答复者
急求:win7下怎么更改显示器双屏模式为扩展模式(extend)?

问题
答案
-
ok我知道肿么搞了,
直接
DisplaySwitch /extend
就行,DisplaySwitch是个系统自带的程序可直接调用。/extend是切换成扩展屏模式,/clone是切换成拷屏模式
http://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/how-does-displayswitchexe-work-in-windows-7/1d30ef62-881a-4a69-ac02-e496b1f794ef
- 已标记为答案 wjiang 2011年10月20日 9:36
全部回复
-
ok我知道肿么搞了,
直接
DisplaySwitch /extend
就行,DisplaySwitch是个系统自带的程序可直接调用。/extend是切换成扩展屏模式,/clone是切换成拷屏模式
http://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/how-does-displayswitchexe-work-in-windows-7/1d30ef62-881a-4a69-ac02-e496b1f794ef
- 已标记为答案 wjiang 2011年10月20日 9:36
-
SetDisplayConfig(0,NULL,0,NULL,SDC_TOPOLOGY_EXTEND|SDC_APPLY);
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP