CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    26

    Windows Wallpaper

    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.

  2. #2
    Guest

    Re: Windows Wallpaper

    SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, strFilename.GetBuffer(255), SPIF_UPDATEINIFILE);


  3. #3
    Join Date
    May 1999
    Posts
    26

    Re: Windows Wallpaper

    THANKS! i needed that!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured