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

    Changing Wallpaper

    I'm currently writing a fairly simple program (under Linux environment) to change the users wallpaper based off the current weather. I've been searching around and can't find a way to change the users wallpaper within my program. One way I could do it is to do a system call but I'm reluctant to do that. Is this my only option or is there another way?

  2. #2
    Join Date
    Dec 2010
    Posts
    20

    Re: Changing Wallpaper

    There is a system call for changing wallpaper? I don't know yet.

  3. #3
    Join Date
    Oct 2009
    Posts
    15

    Re: Changing Wallpaper

    Sorry, that's not exactly what I meant... Since I'm developing this under a Linux environment, one work around is to use the System function and call a program in Linux to change the wallpaper.. but this can be highly dependent on many things. I'm looking for a little more general solution if possible.

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