Tagged Questions

1
vote
1answer
375 views

Programmatically changing desktop image

-(IBAction)click:(id)sender { NSData *sourceData; NSError *error; NSFileManager *filemgr; filemgr = [NSFileManager defaultManager]; screenArray = [NSScreen screens]; ...
1
vote
0answers
207 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 ...