Hi,

I'm looking for a method to get the monitor resolution (native) or the current pixel aspect ratio.

I want the resolution of the hardware LCD screen (number of pixels... width and height)... not the current resolution from windows panel

If this info is not available, I would like to know the pixel aspect ratio (if not square). Why? Because when I run my direct3D app in fullscreen, the pixel aspect is not always square and I have an image not well stretched.

This happens with a 1920x1080 monitor (native) and when I use 1600x900 resolution in full screen.

Any idea to fix this bug?
Thanks.