[单选题]

编写如下事件过程: Private Sub Form. KeyDown (KeyCode As Integer, Shift As Integer) Print Chr (KeyCode) End Sub Private Sub Form_KeyPress( KeyAscii As Integer) Print Chr(KeyAscii) End Sub 在一般情况下(即不按住Shift键和锁定大写键时)运行程序,若按“T”键,则程序输出的结果是

A.T T

B.t T

C.T t

D.t t

参考答案与解析:

相关试题

编写如下事件过程:Private Sub Form. KeyDown (KeyC