What are the parameters required in calling richtextbox_keydown?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chibbie23
    New Member
    • Mar 2010
    • 44

    What are the parameters required in calling richtextbox_keydown?

    how do i determine what value to pass in calling richtextbox_key down, i see it requires KeyCode As Integer and Shift As Integer, . .im trying to call my richtextbox_key down using my rtbsyntax1_keyd own. . .

    tnx. . .
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    KeyCode is the code of the key that you press on the key board and Shift specifies if the shift key is pressed while the other key is pressed.

    Comment

    • chibbie23
      New Member
      • Mar 2010
      • 44

      #3
      so, the value for the shift would just either be 1 or 0? . .thanks. . .

      Comment

      Working...