Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

vb.net backspace

3 views
Skip to first unread message

madushka930

unread,
Oct 10, 2011, 9:27:35 PM10/10/11
to
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

0 new messages