Is there a convenient way to rearrange how multiple displays are positioned via C#?
I’m working on a display wall and every time someone unplugs the displays from the computers that are driving them, I have to spend time in the Screen Resolution tool dragging them around. I can automate this process if I can find a way to change the display positions from code.
It looks like using the win32 API is the way to go.
ChangeDisplaySettingsExwith friends seems to be the way to go.