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.
Printable View
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.
SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, strFilename.GetBuffer(255), SPIF_UPDATEINIFILE);
THANKS! i needed that!