VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Ascii code

by Brent (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 9th May 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Ascii code

Rate Ascii code




p = KeyAscii
  
  If p = 27 Then
MsgBox "you pressed the escape button"
  Else
MsgBox "you did not press the escape button"

'the following link is the table of the Ascii characters

http://web.cs.mun.ca/~michael/c/ascii-table.html



Download this snippet    Add to My Saved Code

Ascii code Comments

No comments have been posted about Ascii code. Why not be the first to post a comment about Ascii code.

Post your comment

Subject:
Message:
0/1000 characters