there's lot of TUTsPrivate Sub Form1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase.KeyDown If e.KeyCode = 37 Then label1.text = "cursor left" end if If e.KeyCode = 39 Then ' Cursor right label1.text = "cursor right" end if End Sub
not gonna give you though, it takes some time. I don't support copy & paste. You better use select case though.