I have a project with a very large number of read-only text boxes. How can I enable the user to copy the text inside any box to clipboard when long clicked? Can this be done through a single event?
when any textbox.long clicked
if textbox read only = on
copy textbox.text to clipboard
You can try the clipboard tool extension by Taifun. and of course I agree with Kevinkun's point—why should you use a read-only textbox instead of labels?