CODIGO ASCII
Galera, qual o código Ascci da tecla do windows ?
'If KeyAscii = ?? Then
'If KeyAscii = ?? Then
Se voce usar o evento KeyDown é 91
Tenta isso:
Private Sub Text1_KeyDown(KeyCode As Integer, Shift As Integer)
MsgBox KeyCode
End Sub
Tópico encerrado , respostas não são mais permitidas