Posts by wooZbr • 33 points
2 posts
-
1
votes1
answer53
viewsQ: Perform action in all textboxes without having to repeat for each one (C#)
Well, I have a Windows Form program with 35 textboxes,and I want to perform the following action on all of them,: private void txtGSabado5_TextChanged(object sender, EventArgs e) { if…
-
1
votes2
answers241
viewsQ: I cannot change font size in C# (Property or indexer 'Font.Size' cannot be Assigned to -- it is read only)
I did a Trackbar to change the font size in Visualstudio Express 2015,but when I try to change the font it returns the error "Property or indexer 'Font.Size' cannot be Assigned to -- it is read…