G
Guest
I am making a web browser, and have accidentaly posed this question to the
wrong newsgroup. I have a block in my code which is this:
If TextBox1 = < Then
WebBrowser1.GoBack()
End If
The response that I got from the other newsgroup was that I was stating that
TextBox1 had to be smaller than 'then'. I now realise this, but I want to
know how to get the code to state that if TextBox1 equals the '<' character
on the keyboard then to do xyz.
Please HELP
wrong newsgroup. I have a block in my code which is this:
If TextBox1 = < Then
WebBrowser1.GoBack()
End If
The response that I got from the other newsgroup was that I was stating that
TextBox1 had to be smaller than 'then'. I now realise this, but I want to
know how to get the code to state that if TextBox1 equals the '<' character
on the keyboard then to do xyz.
Please HELP