M
madushka930
anybody know how to find backspace key is pressed..
i tried this but every time i got space key is pressed.
If (Keys.Space) Then
MsgBox("space")
ElseIf Keys.Back Then
MsgBox("back")
End If
i tried this but every time i got space key is pressed.
If (Keys.Space) Then
MsgBox("space")
ElseIf Keys.Back Then
MsgBox("back")
End If