I need to determine the size of a dialog client area as defined in the resource file.
GetClientRect clips the design size by the size of the desktop. I need the size as designed in screen units. I found this which purports to retrieve the size form the dialog resource but sadly it uses MFC.
I have the dialog open and have its HWND and it’s ID. How can I get the dsign size in screen units without using MFC stuff?
1 Answer