VCL Styles Utils

I'll try to publish some code I use in my program.
Post Reply
User avatar
Rickard Johansson
Site Admin
Posts: 6441
Joined: 19 Jul 2006 14:29

VCL Styles Utils

Post by Rickard Johansson »

This is the version of vcl styles utils I'm using in my own applications. It should contain all updates from the main repository https://github.com/RRUZ/vcl-styles-utils and the Salvador repository https://github.com/salvadordf/vcl-styles-utils. And my own additions, of course :)

Git repository and download
https://github.com/rickard67/vcl-styles-utils


Detours library
You also need the latest Detours library which can be found here.
https://github.com/MahdiSafsafi/DDetours

Copy the files to "..\vcl-styles-utils-master\Common\delphi-detours-library\".


Example
Here is a simple example of the changes made. Using the demo "Vcl Styles Utils SysControls High DPI (Demo App)" I took two screenshots. The first with the latest changes and the second with the main repository version.

I moved the application to a secondary monitor with the scale set to 150% and opened the print dialog window.

Using this version of VCL Styles Utils:
SysControls01.png
SysControls01.png (17.22 KiB) Viewed 3761 times
Using the Main repository version:
SysControls02.png
SysControls02.png (14.2 KiB) Viewed 3761 times
Post Reply