كود :
Private Sub TextBox1_KeyDown(sender As System.Object, e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyDown
If e.KeyCode = Keys.N AndAlso e.Control Then
Form2.ShowDialog() 'او ضع اى امر اخر هنا
End If
End Sub