Private Declare Function GetAsyncKeyState Lib "user32" Alias "GetAsyncKeyState" (ByVal vKey As Long) As Integer
...
If ActiveForm Is X Then
If GetAsyncKeyState(9) <> 0 Then
'Здесь попалась клавиша ТАВ
End If
End If
...
Сейчас этот форум просматривают: Majestic-12 [Bot] и гости: 33