E' il button che interferisce con la gestione dei tasti ... aggiungi questo
codice:Private Sub Button1_PreviewKeyDown(sender As Object, e As System.Windows.Forms.PreviewKeyDownEventArgs) Handles Button1.PreviewKeyDown e.IsInputKey = True End Sub