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. . .
Comment