Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
392 views

retrieve multiple display information using win32/C++

Is there any way to retrieve information about how many extra displays there are besides the main one, how they are numbered, what the dimensions are, etc? I know this is pretty easy in .net land.
1
vote
2answers
656 views

List of valid resolutions for a given Screen?

Is there a way to get ALL valid resolutions for a given screen? I currently have a dropdown that is populated with all valid screens (using Screen.AllScreens). When the user selects a screen, I'd ...
0
votes
5answers
276 views

Will WPF be the savior for our lack luster UI’s?

I was reading Pro WPF in C# 2008 yesterday (in anonymous bookstore) and in chapter 2 they mention that XAML allows for the graphic design and the programmer to be completely independent. It got me ...
0
votes
1answer
606 views

Detect “Clone Mode” display setup

How can I determine if my displays are in "Clone Mode" without using either COPP (Computer Output Protection Protocol) or OPM (Output Protection Protocol) on Windows? Vista solution: hMonitor = ...