whats wrong?
[code]
color = TextBox1.Text
Select Case color
Case Is = red<---------error
Case Is = blue<--------error
End Select
the code sould set color to the color you wirte on textbox1
and if you whirte red the color variable is gonna to rember red
got it?


