In my Visual Studio 2019 Solution, I am sending a result or error message to textBox1. See examples below. It succcessfully goes there, but it is highlighted. When I click on the contents of textBox1, the highlight goes away. Is there any way to turn off the highlighting in the first place?
C#:
textBox1.Text += thisPerm;
textBox1.text += violation1message;
Last edited by a moderator: