C
Chin Fui
Hi, all... I am writting a program that need to change the objects
backcolor(such as label, textbox). I need to change the color by using
coding, not directly change in the property menu. Then, how do I code that?
Another problem is how to apply the object color as the If statement
condition in VB.NET?
For example:
if label.backcolor = white then
label.backcolor = red
end if
How can I code the statement above in VB.NET?
Thanks...
backcolor(such as label, textbox). I need to change the color by using
coding, not directly change in the property menu. Then, how do I code that?
Another problem is how to apply the object color as the If statement
condition in VB.NET?
For example:
if label.backcolor = white then
label.backcolor = red
end if
How can I code the statement above in VB.NET?
Thanks...