x right?
x is selected. How would i do that.
Private Sub ComboBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.TextChanged
If ComboBox2.Text = "Whatever" Then
textbox1.visible = true
else
textbox1.visible = false
end if
End Sub
