Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi.
i have a wpf application and i want a multi monitor support for it.
first of all, how can i retrive what mode("span" or "duplicate") my system is running on in c#??
please reply asap
Posted
Comments
Sergey Alexandrovich Kryukov 22-Jan-11 15:16pm    
Good question - a 5.

1 solution

Reading this item;
http://efreedom.com/Question/1-886700/Dual-Screen-Programming-Issue[^]

Comparing the Virtual Screen size against Primary screen size will determine mode; e.g. span (extended) or cloned (duplicate), these sizes can be found in System.Windows.Forms.SystemInformation namespace.
 
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