hi there
i have a problem detecting the change of windows scheme
is there a WM send to all windows when the user chenge scheme from desktop properties
thank you in advance for your help
Printable View
hi there
i have a problem detecting the change of windows scheme
is there a WM send to all windows when the user chenge scheme from desktop properties
thank you in advance for your help
I'm not exactly sure that this works, but you can try trapping WM_SETTINGCHANGE.
In windows XP there is a WM_THEMECHANGED notification when the theme has changed.
WM_DISPLAYCHANGE is sent when the display resolution is changed.
The one you are looking for might actually be WM_SYSCOLORCHANGE, it tells you that one of the system default colors has changed.