User Profile

Collapse

Profile Sidebar

Collapse
alexJavaRocks
alexJavaRocks
Last Activity: Oct 3 '07, 11:41 PM
Joined: Oct 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • alexJavaRocks
    replied to get Key Code
    Wow do I feel stupid, thank you very much. LOL I JUST FIGURED IT OUT.
    See more | Go to post

    Leave a comment:


  • alexJavaRocks
    replied to get Key Code
    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
    Code:
    If e.KeyCode = vkKeyReturn Then
    but vkKeyReturn is not a declared variable. I know I need to get it from some class.

    CAN ANYONE PLEASE HELP?
    See more | Go to post

    Leave a comment:


  • alexJavaRocks
    started a topic get Key Code

    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:
    Code:
    If KeyCode = vkKeyReturn Then
    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.
    See more | Go to post

  • alexJavaRocks
    replied to Calculator program
    in Java
    For the integer parsing problem, all you need to do is get the String, do
    Code:
    int answer = Integer.parseInt(answerString);
    That should work. If it doesn't tell me and show me your code.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...