Hi,
I'm currently struggling with one of my menu screens - more specifically, the settings menu, where the user should be allowed to set their screen's resolution.
I have two problems with this:
-For one, I don't know the actual screen resolution, nor what resolutions are actually supported by their graphics device.
-Secondly, the application doesn't necessarily run on the primary monitor, so I need to be able to get the possible resolutions for the monitor that the application is being displayed on.

What I'm trying to do is create a drop-down menu where users can select the screen resolution they want. I want to include all resolutions their graphics device supports, and only those (no point in including a 1920x1080 option if their screen has a resolution of 1024x768, right?).

Is this possible? If so, how would I do this?

Thanks in advance,
~TehV