User Profile
Collapse
-
Wow do I feel stupid, thank you very much. LOL I JUST FIGURED IT OUT. -
Ohh, really sorry, I figured out the Key Code thing. I didn't see the KeyEventArgs. I apologize. But what I need now is to find out how to see what key was pressed, or to check if it was the enter key :)
I want to do
but vkKeyReturn is not a declared variable. I know I need to get it from some class.Code:If e.KeyCode = vkKeyReturn Then
CAN ANYONE PLEASE HELP?Leave a comment:
-
get Key Code
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 :)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. -
For the integer parsing problem, all you need to do is get the String, do
That should work. If it doesn't tell me and show me your code.Code:int answer = Integer.parseInt(answerString);
Leave a comment:
No activity results to display
Show More
Leave a comment: