Results 1 to 4 of 4

Thread: Key Question

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 1999
    Location
    Vilnius, Lithuania
    Posts
    50

    Post

    You know that thing called Ascii or hoewer is it called

    Well if you know kould you say key values

    i mean for egzample

    a is 65
    backspace is 8

    and i need them all

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    You can get them from the help files, or you can use this code:
    Code:
    'Add a textbox to a form, called text1
    
    Private Sub Text1_KeyPress(KeyAscii As Integer)
        MsgBox KeyAscii
    End Sub
    Have fun!

  3. #3

    Thread Starter
    Member
    Join Date
    Dec 1999
    Location
    Vilnius, Lithuania
    Posts
    50

    Post

    I lost my help file

    Nice program you got here

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    Thanks! I wrote that one ALL BY MYSELF! I barely looked at the help file at all!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width