07-28-2008 05:26 AM
Hi.
How can be done a "copy to clipboard" programatically?
Thanks.
Solved! Go to Solution.
07-28-2008 08:53 AM
Take a look at the net.rim.device.api.system.Clipboard class. There is a method called "put(Object o)" for copying a String or StringBuffer to the clipboard.
Tariq
07-28-2008 10:49 AM
thank you very much.