DeepInside
DeepInside
CC#
Created by Takeoff on 11/26/2023 in #help
Lab help
column <= row 🤔
9 replies
CC#
Created by FloW on 11/24/2023 in #help
✅ Text box color changing
Yes
129 replies
CC#
Created by FloW on 11/24/2023 in #help
✅ Text box color changing
Every time you make me textbox, add it to list Then you can just loop through list
129 replies
CC#
Created by FloW on 11/24/2023 in #help
✅ Text box color changing
What's wrong with recursion?
129 replies
CC#
Created by FloW on 11/24/2023 in #help
✅ Text box color changing
You may use .HasChildren property
129 replies
CC#
Created by FloW on 11/24/2023 in #help
✅ Text box color changing
I understand
129 replies
CC#
Created by FloW on 11/24/2023 in #help
✅ Text box color changing
Oops, sorry
129 replies
CC#
Created by FloW on 11/24/2023 in #help
✅ Text box color changing
Do you mean something like this?
129 replies
CC#
Created by FloW on 11/24/2023 in #help
✅ Text box color changing
foreach (Control control in this.Controls) { if (control is TextBox textBox && textBox.Text.Contains("Red")) { textBox.ForeColor = Color.Red; } }
129 replies