If result12.Contains("""Status"" value=""0""") Then
TextBox1.Text = "Antique Lights are On" And
Label19.ForeColor = Color.Red
End If
I can not figure out what I'm doing wrong here. I just want the text box to show "Antique Lights are On". I keep getting an error about converting to Boolean. Shouldn't it stay string? I'm using Visual Studio 2013 and creating a windows form.