User Profile

Collapse

Profile Sidebar

Collapse
HillyBilly
HillyBilly
Last Activity: Nov 28 '10, 03:35 PM
Joined: May 3 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • HillyBilly
    replied to character recognition
    This is the code that is in textbox2

    Code:
            txtsecond.CharacterCasing = CharacterCasing.Upper
            txtsecond.MaxLength = 1
            txtthird.Focus()
            If [U](missing code)[/U]  = Chr(8) And txtsecond.TextLength = 0 Then
                txtfirst.Clear()
            End If
    See more | Go to post

    Leave a comment:


  • HillyBilly
    replied to character recognition
    I'm really new still to vb so what is the code for pressed.

    If "" = Chr(8)

    this is what I got so far but I'm not sure what to put in the ""
    See more | Go to post

    Leave a comment:


  • HillyBilly
    started a topic character recognition

    character recognition

    I am making a small and very simple game that is ment to help children learn to recognise letters. I have come to a stop as I have 3 text fields. When something is entered into the first field, the program will set focus to the next text field.

    The problem is when the child tries to delete a character from a previous field as the focus is already set to the next text field. I want it to delete the character from the previous field...
    See more | Go to post
No activity results to display
Show More
Working...