so i was trying to implement a code where I don't need to check for the accent color of windows like the accent color in the setting if it does changed or not
every x millisencond so I thought about making some kind of event
WM_SETTINGCHANGE
is what StackOverflow is saying me to use so is there a better idea like I'm using c++ not c#
+ do anyone has any idea if there is an alternative for this message in windows runtime
for just clear things out I wanna basically to run a function everytime the accent color change and thanks