How to make a textbox disable but selectable in C# winform VS 2010?
You can use the ReadOnly property:
textbox.ReadOnly = true;
http://msdn.microsoft.com/en-us/library/system.windows.forms.textboxbase.readonly.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With