Hi, I am trying to figure out how to make key input effect anything. In WinForms i had this:
Is there a way to use key input?Code:Private Sub Form1_Keydown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyUp Select Case e.KeyCode Case Keys.Left




Reply With Quote