clipboard on Mac OS X

Archives Forums/MacOS X Discussion/clipboard on Mac OS X

Me.32(Posted 2009) [#1]
Hi
How do I copy/paste a string on the clipboard in C on Mac OS X?

Thanks


jkrankie(Posted 2009) [#2]
apple+c and apple+v

Cheers
Charlie


Brucey(Posted 2009) [#3]
Possibly :

http://developer.apple.com/DOCUMENTATION/Cocoa/Reference/ApplicationKit/Classes/NSPasteboard_Class/Reference/Reference.html

For C specifically... you'll need to use one of the Carbon APIs.


Me.32(Posted 2009) [#4]
thanks