when copying files on MacOSX you can see a little green circle with a white plus on it, nearby the mouse pointer. Is there a way to get this pointer in my own program?

ANSWER: Oh, things are so easy.... You just have to return NSDragOperationCopy in DragEntered: and DragUpdate: and the rest will be done for you :)

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.