: Hi! According to the windows SDK help file, I use the following command to change the wall paper. I traced it and made sure the file 'c:\Vinca.jpg' exists, but after running it, the wall paper doesn't change(still no wall paper).
:
: Can you tell me how to change it?
:
: Thank you!
:
:
: if FileExists('c:\Vinca.jpg') then
: SystemParametersInfo(SPI_SETDESKWALLPAPER, 0,
: PChar('c:\Vinca.jpg'), 0);
:
:
Hi, the reason the wallpaper doesn't change is that the wallpaper image has to be in "bmp" format and not a "jpg" image.