Hello,
I want to change a Windows setting in my application.
It concerns this setting :
I know that I have to logoff. That is no problem. I know how to do that.
Does anyone know how to establish this change?
Thanks a lot in advance for any help.
driessen wrote:Christobal,
Unfortunately, this doesn't work. I even don't have this item in the register. Not with 100 % and not with 125 %.
#ifndef HKEY_CURRENT_USER
#define HKEY_CURRENT_USER 2147483649 // 0x80000001
#endif
local oReg
oReg:= TReg32():New( HKEY_CURRENT_USER, "Control Panel\Desktop\Windowmetrics" )
? oReg:Get( "AppliedDPI", 0 )
oReg:Set( "AppliedDPI", nNewValue )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 23 guests