I have done extensive, worldwide testing and suggest the following change to the DPI section of AutoIt3Wrapper.au3.
I publish free software (updates released twice+ weekly) with 10's of thousands of users to substantiate the worldwide statement.
This covers ALL versions of Windows that support DPI scaling and is ignored by Windows version that do not support it.
Replace the entire DPI section with the following...
If $INP_RES_HiDpi = "y" Then
Write_RC_Console_Msg("Setting
This is the latest version of the script I have which has an UDF to do the changes for a list of GUI functions. There is still a lot of work to be done but maybe somebody wants to take it on...
#cs
ScriptName: HiDPI_Changes.au3
Description: Add the HiRes scaling to the GUI Functions
#ce
Global $Ifile = ""
If $CMDLINE[0] Then $Ifile = $cmdline[1]
While Not FileExists($Ifile)
$Ifile = FileOpenDialog("File not found, select scriptfile to process :", Defa