J
Jurgen Oerlemans
Hello, I want to change to forecolor of a label. The label is named
"lblDevice1"
I create a variable called Var
Dim Var
Var = "lblDevice1"
So the next step is:
Var.ForeColor = System.Drawing.Color.Green
--> Public member 'ForeColor' on type 'String' not found
How do I declare my variable the right way?
Best regards, Jurgen
"lblDevice1"
I create a variable called Var
Dim Var
Var = "lblDevice1"
So the next step is:
Var.ForeColor = System.Drawing.Color.Green
--> Public member 'ForeColor' on type 'String' not found
How do I declare my variable the right way?
Best regards, Jurgen