Tagged Questions
1
vote
1answer
341 views
Programmatically changing desktop image
-(IBAction)click:(id)sender
{
NSData *sourceData;
NSError *error;
NSFileManager *filemgr;
filemgr = [NSFileManager defaultManager];
screenArray = [NSScreen screens];
...
1
vote
0answers
190 views
desktop wallpaper [closed]
Possible Duplicate:
Programmatically changing desktop image
Hi,
I want to set the image as the wallpaper through cocoa program. I have to set the dynamically downloaded images as the ...
0
votes
2answers
805 views
How to write a Windows application to change the desktop wallpaper?
I would like to write a small Windows application which changes the desktop wallpaper based on photographs retrieved from a web service ? How should I go about this ? Which language / technology would ...