VB Code:
If txtKeyWord1.Text = txtKeyWord1.Text.ToUpper.Equals("CONSISTANT") Then txtKeyWord1.BackColor = Color.FromArgb(192, 192, 255) Else : txtKeyWord1.BackColor = Color.FromArgb(255, 192, 192) End If
Will this code actually compare the result in txtKeyWord1 with the hard-coded result as you can see in uppercase? It doesn't seem to be working... Thanks.




I'm just kidding...
Reply With Quote