Changing Desktop Wallpaper

  • Thread starter Thread starter CoolWriter
  • Start date Start date
C

CoolWriter

Hi,

How can I change desktop wallpaper?

I tried editing
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System"
key but it doesn't work. I tried this API call:
[DllImport("user32.dll", CharSet=CharSet.Auto)]
public static extern int SystemParametersInfo (int uAction , int
uParam , string lpvParam , int fuWinIni) ;
But it doesn't work.
 
Back
Top