Indicates a key was pressed and released.
Private Sub object_KeyPress KeyAscii
Parameter Description KeyAscii An Integer value specifying a standard numeric ANSI keycode.
This event is called when the Player control has focus and a key is pressed.
This event is called only if SendKeyboardEvents is True.
KeyDown, KeyUp, SendKeyboardEvents
Return to Player Control Reference.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.