Hello,
I am developping a Windows service in C# but it seems that it's not able to see all the monitors I connected to the computer.
I tried :
to look inside the Win32_VideoController class but I only see one screen when there is two (+ the Windisc)
run this command from powershell : Get-WmiObject -Class Win32_VideoController but there is not all informations needed
loop in Screen.AllScreens but I only see Windisc
Can someone help me ?
Thank you !