-
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?
-
Re: Changing Wallpaper
There is a system call for changing wallpaper? I don't know yet.
-
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.