03-06-2012 11:08 AM
If I highlight text in a text string, I would like to be able to copy it to the clipboard.
I have already created an event that utilizes the Application reference to "write to clipboard" now I need to give it the selected text.
How do I do that?
Solved! Go to Solution.
03-06-2012 11:45 AM
Hi,
Control-C will copy just your selected text to the clipboard but right-clicking on a control and selecting Copy Data will put the text of the whole control into the clipboard.
Albert
03-06-2012 11:58 AM
03-06-2012 01:00 PM
@albertm wrote:
Hi,
Control-C will copy just your selected text to the clipboard but right-clicking on a control and selecting Copy Data will put the text of the whole control into the clipboard.
Albert
Copy data will put an image of the data on the clipboard, but not the txt, so if your txt exceeds the space of the window you are out of luck
08-12-2013 04:24 AM
thanks ben64;
08-12-2013 06:26 AM
08-12-2013 06:38 AM
Yes ,