Hi everybody,
I know one can use GetSystemMetrics() to read the format of the scrollbar (height, width).
BUT: how can I change these values? I can't find it in SystemParametersInfo...
Printable View
Hi everybody,
I know one can use GetSystemMetrics() to read the format of the scrollbar (height, width).
BUT: how can I change these values? I can't find it in SystemParametersInfo...
Do you mean, change the dimensions of a scrollbar on a remote application?
No, I mean the standard scrollbar appearance, the one you can change it's dimensions in the Windows Control Panel. Normally, it's set to 16 pixels. But I want to enlarge it to use with a touchscreen monitor, because a fingertip is to big for 16 pixels...