Private Sub Form1_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyUp
If e.KeyCode = Keys.A Then
My.Computer.Audio.Play(My.Resources.Matrix_Revolutions_Soundtrack___Tetsujin, AudioPlayMode.Background)
End If
End Sub

Its wierd because the form loads but when i press the a key nothing happens

please help me!!