The drag rectangle dimensions are given by GetSystemMetrics using SM_CXDRAG and SM_CYDRAG. I wish to change these values but can't find out how to do it - any ideas, please?
Announcement
Collapse
No announcement yet.
changing the drag rectangle sze
Collapse
X
-
Found in
SystemParametersInfo
Code:SPI_SETDRAGHEIGHT Sets the height, in pixels, of the rectangle used to detect the start of a drag operation. See SM_CXDRAG and SM_CYDRAG in the table under the nIndex parameter of GetSystemMetrics. SPI_SETDRAGWIDTH Sets the width, in pixels, of the rectangle used to detect the start of a drag operation.See SM_CXDRAG and SM_CYDRAG in the table under the nIndex parameter of GetSystemMetrics.
Rod
In some future era, dark matter and dark energy will only be found in Astronomy's Dark Ages.
Comment