When setting up multiple monitors, the Windows control panel allows you to identify each monitor by drawing a large single digit over each. "1", "2", "3" etc.
Is there any way to retrieve this number programattically?
The order returned from EnumDisplayMonitors doesn't do it. Ive also tried EnumDisplayDevices, which returns a different order.
Any clues?