Detect wallpaper change?

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by PB.

Anyone know a way to detect if the wallpaper has changed? Thanks.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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! :)
Post Reply