Click to See Complete Forum and Search --> : Adding Sound to a VB 2005 Program?


Joseph Witchard
02-05-2008, 05:16 PM
Does anyone know what you would have to do to add different sound effects to a Microsoft Visual Basic 2005 program? I've got the sound effects I need, I just don't know how to play them as my application executes:confused:

bflosabre91
02-06-2008, 02:54 PM
My.Computer.Audio.Play(Application.StartupPath & "\DingDong.wav")