I really don't know what to do. I've taken a stab at it, I want to play the sound from Resources
VB Code:
Dim media As New System.Media.SoundPlayer media = My.Resources.Beethoven_s_Symphony_No__9__Scherzo_ media.Play()
I just need a simple bit of code. Thanks





Reply With Quote