I want to change windows deskup background in any MS OS (windows seven xp or ....)
I use L:
#include <windows.h>
int main()
{
LPWSTR test = L"C:\\srsbgs\1.bmp";
SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, test, SPIF_UPDATEINIFILE);
}
But it doesn't work?Can any one help me?


Sign In
Create Account


Back to top









