How can I apply the colors chosen in the theme by the user, so that my colors overlap with the windows colors.
I was thinking of this api GetSysColor, GetThemeSysColorBrush and DwmSetWindowAttribute with parameter DWMWA_USE_IMMERSIVE_DARK_MODE
Am I on the right track?
im using C++/CLI mode