Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

On XP is it possible to switch dual displays from Extend to Clone mode programmatically. I am able to switch from clone to extend programmatically.
Can anybody help me..
thanks in advance.

NReddy.
Posted

I am not sure in XP the Display settings support the clone mode. Have you made Extended to clone mode by using 'Oemdisp' functions or normal 'ChangeDisplaySettings' msdn function ?
 
Share this answer
 
Comments
NarayanReddy.ganta 4-Apr-12 7:24am    
I used normal Win32 API "ChangeDisplaySettingsEx" to switch from Extend to Clone, and its working fine.
Thanks,
Nreddy.
Can you check, Is it possible to make Extended mode to clone mode by using the 'Display Driver' utility. [Advanced Display Properties -> Lauch the driver installed UI of Display Properties and try to switch from Extended to clone mode]. In that case is possible, then it's possible by code as well. We can also do this by giving an additional switching. First switch to Single display from Extended mode then switch to clone mode.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900