Hi,
I need to somehow get width of a (fixed) window's border size (the vertical one). By default on WinXP its pretty thin but on Win7 with Aero on, its much more thick.
I thought GetSystemMetrics would do the trick but it seems it returns the same values for both XP and Win7 systems, I checked following parameters:
SM_CXBORDER
SM_CXEDGE
SM_CYFIXEDFRAME
SM_CYBORDER
SM_CXFIXEDFRAME
But as I wrote, they return the same values for both OS no matter how thick the vertical window border actually is. The window was created with flags WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX
if that is of any help (it's not sizable).
Thanks for any thoughts.
Kra