I have a TextBox control and want to be able to copy the contents of a TextBox .
TextBox properties are as follows:
textBox1.Enabled = false; textBox1.ReadOnly = false;
I cannot copy the contents of textBox1 even if the ReadOnly property is false.
Are there any suggestions?
c # winforms
Mehmet ink
source share