I have a program where user chooses destination monitor but I just can't get the real monitor name/model.
I have already tried the following:
- Screen.AllScreens is of no use;
- WMI and Win32 EnumDisplayDevices both returns Generic PnP Monitor;
- Device Manager also shows Generic PnP Monitor...
In explorer there are the actual names of monitors attached and in Everest, it shows even more depth in details...
From where these 2 programs gets those information? The last option I ran into is to parse EDID from registry ... has anyone tried this and did it work?