Page 1 of 1

Posted: Mon Jan 13, 2003 5:20 am
by BackupUser
Restored from previous forum. Originally posted by PB.

Anyone know a way to detect if the wallpaper has changed? Thanks.

Posted: Mon Jan 13, 2003 11:06 pm
by BackupUser
Restored from previous forum. Originally posted by freak.

If you use Win2000/XP, you can use

SystemParametersInfo_()

with

SPI_GETDESKWALLPAPER

as Action parameter.

Timo

Posted: Tue Jan 14, 2003 5:57 am
by BackupUser
Restored from previous forum. Originally posted by PB.

> If you use Win2000/XP, you can use SystemParametersInfo_() with SPI_GETDESKWALLPAPER

True... I really should have said I need a solution for all versions
of Windows, though. Sorry! :)