Thanks for a great set of tutorials, easy to follow and well presented!
I was hoping someone here could point me in the right direction with a problem.
I'm using XNA / C# to write a Screensaver, all is going well however there's an issue I've run into that betrays my lack of dev experience :(
How can I retrieve a list of attached displays, and disable any secondary (or more) displays other than the primary?
Currently my screensaver works just as I like it on a single monitor system, but on a multi monitor setup the secondary displays always continue to show the desktop, which is not really acceptable for a screensaver.
I'd imagine I'd need to enumerate the tiotal number of displays, then via a loop disable all but the primary display, but the implementation details elude me, and googling for details on XNA with Multi monitors only really brings results of those trying to do the opposite (i.e. dual monitor support etc.)
Any help gratefully received.
Cheers.