Jump to content

change windows deskup background??

- - - - -

  • Please log in to reply
1 reply to this topic

#1
Hamed

Hamed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 276 posts
Hello,
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?

#2
wisemonk

wisemonk

    Newbie

  • Members
  • PipPip
  • 10 posts
Ok google can be your friend in this instance

try here

Change background picture using C++ - rohitab.com - Forums

C++ Tutorial> Changing your desktop wallpaper




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users