Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would really like a snippet of code that would take in a string location for a file & makes that the desktop background.

It can be in c++ or Objective C, but I'm just having no luck here.

share|improve this question

1 Answer

up vote 0 down vote accepted

See Programmatically changing desktop image, in particular

setDesktopImageURL:forScreen:options:error:
share|improve this answer
That's fantastic. I've found the Sample project Apple Inc. has posted to be the most helpful. link for anyone that want's to know. Thanks Joe! – Ross The Boss Feb 10 at 15:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.