Uses KeyCode Event To KeyDown - What keys are pressed and what vb should do.
Uses KeyCode Event To KeyDown - What keys are pressed and what vb should do.
API Declarations
what I just did.
Rate Uses KeyCode Event To KeyDown - What keys are pressed and what vb should do.
(1(1 Vote))
Private Sub Text1_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = vbKeyP Then
MsgBox "You Pressed The 'P' Key."
End If
End Sub
Uses KeyCode Event To KeyDown - What keys are pressed and what vb should do. Comments
No comments yet — be the first to post one!
Post a Comment