Search
FlowChart.KeyPress Event
See Also
 



Raised when the user presses a key.

 Syntax

VB6  Copy Code

Public Event KeyPress

 Event Data

Parameter

Type

Description

keyAscii

[input] long

The ASCII code of the pressed key.

Dispatch ID: 66

 Remarks

Raised when the user presses a key. The event corresponds to the WM_CHAR Windows message, and is actually triggered by it.

 See Also