把窗体的KeyPreview属性设置为True,并编写如下两个事件过程: Private Sub Form_KeyDown (KeyCode As Integer,Shift As Integer) Print Chr(KeyCode) End

admin2010-03-30  67

问题 把窗体的KeyPreview属性设置为True,并编写如下两个事件过程:
   Private Sub Form_KeyDown (KeyCode As Integer,Shift As Integer)
Print Chr(KeyCode)
   End Sub
   Private Sub Form_KeyPress(KeyAseii As Integer)
Print KeyAscii
   End Sub
    程序运行后,如果将CapsLock 键锁定在大写的状态,这时按下A键时,则:在窗体上输出的输出结果为【  】和【  】。

选项

答案 A , 65

解析
转载请注明原文地址:https://kaotiyun.com/show/gzmp777K
0

随机试题
最新回复(0)