Hey, I am sort of new to VB. I added a key listener to a text box of mine and I need to figure out a way of doing this:
except in VB :)
That means, I need to get the key code and I need to check if it is the Return key.
Alright, thanks.
Code:
If KeyCode = vkKeyReturn Then
That means, I need to get the key code and I need to check if it is the Return key.
Alright, thanks.
Comment