ok thank RhinoBull... how to detect key released with it?
Private Declare Function GetKeyState Lib "user32" (ByVal nVirtKey As Long) As Integer
Private Sub Timer1_Timer()
Debug.Print GetKeyState(16)
End Sub
|
Results 1 to 4 of 4
Hybrid View
|
Click Here to Expand Forum to Full Width |