发布网友
共1个回答
热心网友
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
Label1.Caption = "KeyDown实践发生了,keycode的值是:" + Str(KeyCode) + " shift参数的值是:" + Str(Shift)
End Sub