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 :)