-
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
The GetSystemMetrics function has a metric SM_CXPADDEDBORDER that X# does not have.
Please add it: DEFINE SM_CXPADDEDBORDER := 92 AS INT
Documentation: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-getsystemmetrics
This metric allows you to solve the problem that is present in NET, starting from version 4.5 and higher:
https://stackoverflow.com/questions/14725781/getsystemmetrics-returns-different-results-for-net-4-5-net-4-0