I\'m using C#/.NET for a Windows Forms application. I have a text box. How can I make the text box unselectable?
I don\'t want to disable the complete textbox.
Probably the best way is to put a label behind it, and when you want to make the textbox disabled, hide it and show the label in its place.