Unable to set my CStatusBr background colour

Windows Server

Active Members
Joined
Dec 10, 2024
Messages
4,000
I am surprised that I can't do this because the File Explorer in Windows 11 has a dark statusbar. So initially I tried:SetWindowTheme(m_wndStatusBar.GetSafeHWnd(), L"DarkMode_Explorer", nullptr);And it did nothing. I then tried:// Set dark mode background colorm_wndStatusBar.GetStatusBarCtrl().SetBkColor(DarkModeTools::darkBkColor);And it still does not work:

Continue reading...
 
Back
Top