lesnohype.blogg.se

White taskbar windows 10
White taskbar windows 10








Int nColorSystemAccent = GetImmersiveColorFromColorSetEx(GetImmersiveUserColorSetPreference(false, false), GetImmersiveColorTypeFromName(Marshal. Public static extern int GetImmersiveUserColorSetPreference(bool bForceCheckRegistry, bool bSkipCheckOnFail) Public static extern int GetImmersiveColorTypeFromName(IntPtr pName) Public static extern int GetImmersiveColorFromColorSetEx(int dwImmersiveColorSet, int dwImmersiveColorType, bool bIgnoreHighContrast, int dwHighContrastCacheMode) To get the current Theme color (Accent color), you can do : Public static extern int GetCurrentThemeName(StringBuilder pszThemeFileName, int cchMaxNameChars, StringBuilder pszColorBuff, int cchMaxColorChars, StringBuilder pszSizeBuff, int cchMaxSizeChars) (the GetCurrentThemeName api returns InstallVisualStyle value on my Windows 10 OS)ĭeclaration : How to Change Taskbar Color on Windows 10Step 1: Type Settings in search Box, and click to open it.Step 2: Click on Personalization.Step 3: Click on Co.

white taskbar windows 10

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes You can get current Theme information from the registry :










White taskbar windows 10