Is it possible to build in Visual Studio 2019 a WindowsForms application that will honor Windows 10 Settings> Personalization> Colors> Choose your color> Dark?
Asked
Active
Viewed 410 times
0
-
Does this answer your question? [How to detect Windows 10 light/dark mode in Win32 application?](https://stackoverflow.com/questions/51334674/how-to-detect-windows-10-light-dark-mode-in-win32-application) – Lex Li May 16 '20 at 16:15
-
No magic there for WinForms apps. Build your app with different themes and switch by detecting what Windows 10 color mode is. – Lex Li May 16 '20 at 16:15