|
-
Jul 8th, 2008, 02:45 AM
#1
Thread Starter
Junior Member
Help with sound in vb//why wont it work?
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!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|