I used Glenn9999's sample of making a screen saver in the FAQ section of this forum - only now that I have something working, how do I get it to fill all my screens? Currently, it only fills the main screen and all the rest of the screens aren't even covered or blackened - you can still see everything else. What I want to do is replicate the same image from the main screen onto all the other screens (and stretch it according to the difference in resolution). By the way, I'm not using the same approach of drawing directly to the form's canvas as this FAQ example explains. Instead I have a large visual control (specifically a needle gauge replicating a clock) stretched across the form. I presume it will involve taking a snapshot of the main form, stretching it to the size of each screen, then drawing it across each screen. But how do I identify all the monitors and their resolution in the first place, let alone maintain drawing to each one?
JD Solutions
JD Solutions