SyntaxFix
Write A Post
Hire A Developer
Questions
You can try using:
textBox.ReadOnly = true; textBox.BackColor = System.Drawing.SystemColors.Window;
The last line is only neccessary if you want a non-grey background color.