I want to create an application that has multiple touch surfaces, preferably using the Metro/WinRT APIs. However, much of what I've read indicates that Metro is confined to a single (primary?) monitor. Is that true?

link|improve this question

feedback

2 Answers

up vote 8 down vote accepted

Metro style applications are full screen, single screen only. There is no way to have a dual-screen application.

link|improve this answer
feedback

I have tested Win8 with multiple monitors. The metro interface is only ever available on a single monitor, with the othe always displaying the 'traditional' desktop. You can switch which monitor displays the metro UI, but cannot render it on both.

link|improve this answer
3  
Thanks, time to write MS a message that this sucks. – Lothar Sep 28 '11 at 9:36
@Lothar don't forget to write Samsung that they should develop a dualhead galaxy tab ;) – springy76 Dec 8 '11 at 15:43
feedback

Your Answer

 
or
required, but never shown

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