Try this:
Code:Private Declare Function GetAsyncKeyState _ Lib "user32" (ByVal vKey As Long) As Integer Private Sub Timer1_Timer() If GetAsyncKeyState(vbKeyA) Then Text1.text = "b" End Sub
|
Results 1 to 8 of 8
Hybrid View
|
Click Here to Expand Forum to Full Width |