Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer)If KeyCode = 65 And Shift = 2 Then MsgBox "你刚才按的是Ctrl+A键!"End IfEnd Sub