how to change opacity of text box in C# code example
Example: set textbox colour to transparent c#
//get the same Effect by setting the textbox color to form color
textBox1.BackColor = this.BackColor;
//get the same Effect by setting the textbox color to form color
textBox1.BackColor = this.BackColor;