Einzelnen Beitrag anzeigen

WojTec

Registriert seit: 17. Mai 2007
480 Beiträge
 
Delphi XE6 Professional
 
#1

Change system colors (W8+)

  Alt 10. Aug 2017, 15:44
Delphi-Version: XE6
This:

Delphi-Quellcode:
DwmGetColorizationParameters(Params);
Params.nIntensity := 70;
Params.clrColor := SwapRB(AColor);
DwmSetColorizationParameters(@Params, BOOL(0));

can change windows borders and taskbar color on W7 (Aero), but on W10 (W8 not tested) changing only windows borders outline (titlebar and taskbar colors not changed). How to on W8+ change these colors?
  Mit Zitat antworten Zitat