ASCII VALUE FOR CTRL key

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nivaz
    New Member
    • Feb 2008
    • 17

    ASCII VALUE FOR CTRL key

    hai friends this s nivaz again. i want one help i want to know the ascii key value for ctrl, shift, page up and page down. plz do help.
  • jamesd0142
    Contributor
    • Sep 2007
    • 471

    #2
    if you google "ascii values" or "ascii table" you find them...

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      Try somthing from your side also.

      just run this code and test the output.

      [code=vb]Private Sub Form_KeyDown(Ke yCode As Integer, Shift As Integer)
      MsgBox KeyCode & "-----------" & Shift
      End Sub[/code]

      Comment

      • nivaz
        New Member
        • Feb 2008
        • 17

        #4
        thanks frnds, i got the answers. thanks a bunch

        Comment

        Working...