Search found 1 match

by Rothammel
Mon Jan 08, 2018 6:57 pm
Forum: Tricks 'n' Tips
Topic: Added :DPI Scale for Windows XP,Vista,7,8 & 10 [Windows]
Replies: 4
Views: 2803

Re: Added :DPI Scale for Windows XP,Vista,7,8 & 10 [Windows]

Added XP & Vista

Global ScaleX1.d,ScaleY1.d,ScaleX2.d,ScaleY2.d,ScaleX.d,ScaleY.d

ScaleX1 = GetDeviceCaps_(GetDC_(0),#LOGPIXELSX) / 96
ScaleY1 = GetDeviceCaps_(GetDC_(0),#LOGPIXELSY) / 96
ExamineDesktops()
h.WINDOWPLACEMENT
GetWindowPlacement_(GetDesktopWindow_(),@h)
ScaleX2 ...