Posts by Ricardo Almeida Campos • 1 point
1 post
-
0
votes0
answers57
viewsQ: Execute string code in C#
I’m a C# beginner and I built a code inside a string and I need it to be executed. string MyString = "MyPictureBox.BackColor = Color.Red;"; I have found other similar questions (including apologies…