Im trying the following:
However no matter what I do, this does not get called. I put a break point in the code, run the program and tap away at the keys and nothing.
Am I missing something
Code:
Private Sub frmGame_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase.KeyDown
If e.KeyCode = Keys.Down Then
yadda yadda
End If
End Sub
However no matter what I do, this does not get called. I put a break point in the code, run the program and tap away at the keys and nothing.
Am I missing something
