On windows server 2008 can I have a web service or something I can query from a C# application as to the display properties (resolution (height & width)). The C# application does not run on the server so I cannot just detect it from the application itself.
Addition to help explain why:
I will have a user named "display" and that will be logged on displaying a website (on the server) and I want to be able to check the display from the desktop application so the user knows what resolution to design a template for. The resolution will change from different displays so it can't be a set value.
HLM\SYSTEM\CurrentControlSet\Control\Video\....\0000\DefaultSettings)? Or the resolution set for a particular RDP user? – Maxim Gueivandov Mar 15 '11 at 22:59