Adding sound to my application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Folks

Can anyone tell me if there is an easy way to add sound to my windows app?
I need sound for button click events

Im using vb.ne

Thank you
 
You can use the PlaySound api to fire wav files (google on PlaySound) or you
cna use Process.Start pointing to an audio player and passing in the audio
file as a parameter.
 
Back
Top