btnSound

metfan581

Member
Joined
Mar 1, 2006
Messages
6
Programming Experience
Beginner
How do I add sound to a button click event.
 
Last edited:
I'd actually suggest that you go here and get their WaveFile or Multimedia class. It hides the technicalities from you so it's easier to use. The good news is that playing sounds is much easier in VB 2005. Now all you have to do is upgrade. If you are just learning you might like to get the free VB 2005 Express IDE and start with VB 2005 and .NET 2.0 straight away
 
yeah, I forgot to check up on .Net 2.0 for comparison since this was a .Net 1.1 question, the new SoundPlayer class looks good and easy.
 
JohnH said:
yeah, I forgot to check up on .Net 2.0 for comparison since this was a .Net 1.1 question, the new SoundPlayer class looks good and easy.
Indeed it is, and you have My.Computer.Audio as well.
 
Back
Top