My game has a windows forms front end to allow the user to configure how it runs, including the resolution settings. Being that they can drag this window between monitors on multi-monitor systems like mine, how can I tell what the SupportedDisplayModes are on the monitor(adapter) currently in use...before Game.Run()
This seems like it should be simple to do but the answer is eluding me.
TIA!