COMANDO DE TECHAS...
Como fazer o "TAB" funcionar como "Enter" e o esc funcionar como voltar?
Alguém pode me ajudar?
Alguém pode me ajudar?
Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii = vbKeyReturn Then KeyAscii = 0: SendKeys "{tab}"
If KeyAscii = vbKeyEscape Then KeyAscii = 0: SendKeys "+{tab}"
End Sub
espero ter ajudado!!!
Fabio...
If KeyAscii = vbKeyReturn Then KeyAscii = 0: SendKeys "{tab}"
If KeyAscii = vbKeyEscape Then KeyAscii = 0: SendKeys "+{tab}"
End Sub
espero ter ajudado!!!
Fabio...
desculpem pelo erro de digitação... o certo séria comando de teclas....
Tópico encerrado , respostas não são mais permitidas