Results 1 to 7 of 7

Thread: ascii code

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    204
    does any one have a ascii code chart or just the ascii code for del please someone help
    WHat would we do with out Microsoft.
    A lot more.

  2. #2
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    You can use the VB constant: vbKeyDelete

  3. #3

  4. #4
    Guest
    you have mail...

    at yahoo.com

  5. #5
    Guest
    You could get an old DOS book. Almost all of them have a ASCII chart in the back.


    DerFarm

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    204
    i got the best yet and all you haev to do is press the key you need and the code is in one line and you get the keycode fo the char

    what you need: textbox and label
    Code:
    Private Sub Text1_KeyDown(KeyCode As Integer, Shift As Integer)
    Label1.Caption = KeyCode
    End Sub
    WHat would we do with out Microsoft.
    A lot more.

  7. #7
    Guest
    Look up ASCII in the VB help file and it will give you a chart of all 256 characters.

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