Windows 11 Posted February 3 Posted February 3 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:View the full article Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.