G
Guest
I'm trying to set the desktop wallpaper to nothing and change the desktop
background color. I can successfully remove the wallpaper but it doesn't
refresh the desktop background color until I reboot. Does anyone know how to
tell windows to refresh the desktop background color? thanks!
here is how I'm using SystemParametersInfo
int result = SystemParametersInfo(SPI_SETDESKWALLPAPER, 0,
tempImageFilePath, SPIF_UPDATEINIFILE | SPIF_SENDCHANGE);
background color. I can successfully remove the wallpaper but it doesn't
refresh the desktop background color until I reboot. Does anyone know how to
tell windows to refresh the desktop background color? thanks!
here is how I'm using SystemParametersInfo
int result = SystemParametersInfo(SPI_SETDESKWALLPAPER, 0,
tempImageFilePath, SPIF_UPDATEINIFILE | SPIF_SENDCHANGE);