1 - Click a button to select all the text.
2 - Another button to copy the selected text
If you mean...copy to clipboard
like:
First you need custom ID for Text Box
then ..you can write something like*:
Browser Execute Javascript-
[quote:2ks4ml4r]"document.getElementById(""myText"").select();document.execCommand('copy');"
now you can paste selection to text file on your computer..or..
CopyText.capx
*=probably not the best code..I tested this only in last Chrome..just search net for "javascript© to clipboard"....