?ScreenHeight(),ScreenWidth() and give me 961, 1280 the screen resolution is actually different as you can see on picture
How it's possible ?
this is why one then makes a mistake in creating the dialogs in the right position
i.e. the resolution of ScreenWidth() is right the resolution of ScreenHeight() is bad compared to the screen resolution,there is a difference of 63
this
- Code: Select all Expand view
- ? GetSysMetrics(0),GetSysMetrics(1)
is right