I'd like to copy the text from a disabled text box to another text box.
The problem is that the first text box must be disabled to prevent its contents from being deleted, and disabling it also prevents copying.
That's why I'm adding a button to copy the selected content to the clipboard.
