I have a WTL app running and would like to know when the screen resolution has changed. The most likely candidate would appear to be SPI_SETWORKAREA sent via the WM_SETTINGCHANGE message but I wondered if this is the correct message to use. This has to work on XP and Windows 7.
I have a WTL app running and would like to know when the screen
Share
WM_DISPLAYCHANGE is the better mouse trap.