[This is preliminary documentation and subject to change.]
The KeyPress event occurs when the user presses and releases an ANSI key while the Video control has focus.
Private Sub object_KeyPress(keyascii As Integer)
A KeyPress event can involve any printable keyboard character, the ctrl key combined with a character from the standard alphabet or one of a few special characters, and the enter or backspace key.
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in vidsvr.odl.
Import Library: Included as a resource in vid.ocx.
Unicode: Yes.