Does the index in array Screen.AllScreens map to the Screen number as shown by the operating system?

link|improve this question

62% accept rate
Logically it should. I'm sure it does for the PrimaryScreen but I can't really test it with just 2 monitors. – Mehrdad Afshari Jan 14 '10 at 11:15
Why do you have doubts about? – serhio Jan 14 '10 at 11:47
Suppose there are 6 screens and 4 of them are wall screens. Wall screen numbers can be configured in a setting file. Now, How do I programmatically identify screen numbers? How do I identify wall screens? – Vishal Jan 14 '10 at 12:44
feedback

1 Answer

In this thread on MSDN forums, Jialiang Ge of Microsoft states:

I discussed this with the Shell team. Here is the team's response:

There is not a supported way to figour [sic] out the IDs that you referred to programmatically. It was never a design goal to provide a way for applications to label monitors with the same IDs that the screen resolution control panel uses. What is your application trying to accomplish?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.