Automatically detect whether there is a projector connected to a computer [closed]

StackOverflow https://stackoverflow.com//questions/11670776

  •  12-12-2019
  •  | 
  •  

Frage

I want to write a program to automatically detect whether there is a projector connected to a computer, and whether the projector is open? I don't know how to do this. Could you give me some suggestions on how to do it. I use the C# language.

War es hilfreich?

Lösung

Maybe you could check if another display is connected? Im not sure but you may be able to get details from the display and see if it is a projector.

Possibly check out these links:

How to detect if additional monitor is connected and active

It looks like WMI might be the way, Detect if monitor is on c#

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top