I require a COM object DLL (as it will be used in legacy Visual Basic 6 application) which dynamically switching between clone screen and extended desktop.
The object should have two methods, SwitchClone and SwitchExtended.
You will need to enumerate attached monitors. It will be screen 2 which needs changing between an extended desktop, and a clone of screen 1.
You will need to preserve the resolution of both screens at all times.
These links will help you.
http://stackoverflow.com/questions/1423881/is-there-a-c-c-multi-monitor-library-for-changing-between-xps-desktop-setting
http://msdn.microsoft.com/en-us/library/dd162617(v=vs.85).aspx
http://stackoverflow.com/questions/8199408/can-you-use-changedisplaysettingsex-with-multiple-monitors-to-switch-between-clo (Prize: 30)
↧