0
How to change textbox background colour using button in visual studio
Please help me for this question
3 Respuestas
0
I want answers for visual studio questions
0
How to set the background color of the TextBox in C#?
// Set BackColor property
Mytextbox.BackColor = Color.LightGray;
https://www.geeksforgeeks.org/how-to-set-the-background-color-of-the-textbox-in-c-sharp/
0
please add the language you are using in the tags of the question, it's impossivle to know if you are working with c# wpf, asp.net or c++ qt