Click to See Complete Forum and Search --> : Windows Wallpaper


Scorch
May 2nd, 1999, 12:23 PM
What is the/a windows API call i can make to change the windows wallpaper/background.

I have used a function before but i can't remember what it is. I just remember that it can set allmost anything in windows with it.

May 3rd, 1999, 03:24 PM
SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, strFilename.GetBuffer(255), SPIF_UPDATEINIFILE);

Scorch
May 3rd, 1999, 11:08 PM
THANKS! i needed that!