把窗体的KeyPreview属性设置为True,并编写如下两个事件过程: Private Sub Form_KeyDown(KcyCode As Integer,Shift As Integer)Print Key Code; End Sub Private Sub Form_KeyPress(KeyAscii As Integer)Print Key Ascii End Sub 程序运行后,如果
主观题
把窗体的KeyPreview属性设置为True,并编写如下两个事件过程: Private Sub Form_KeyDown(KcyCode As Integer,Shift As Integer)Print Key Code; End Sub Private Sub Form_KeyPress(KeyAscii As Integer)Print Key Ascii End Sub 程序运行后,如果