Hi!
can someon plz tell me how it is possible to play a sound in a vb .net
aplication. i have imported 2 files in my application as resource files.
sound1.mp3
sound2.wav
now i need to play these sounds when user clicks a button. i appreciate if
someone could help me overcome that.
best wishes
Herfried K. Wagner [MVP] - 20 Jan 2008 13:52 GMT
"kamran" <kamran_azad1@yahoo.com> schrieb:
> can someon plz tell me how it is possible to play a sound in a vb .net
> aplication. i have imported 2 files in my application as resource files.
For WAV files:
SoundPlayer Class (System.Media)
<URL:http://msdn2.microsoft.com/en-us/library/system.media.soundplayer.aspx>

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Herfried K. Wagner [MVP] - 21 Jan 2008 15:15 GMT
Addendum:
Playing MP3 and other file formats if codecs are installed:
Multimedia - C# and VB.NET
<URL:http://mentalis.org/soft/class.qpx?id=1>

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Bob Powell [MVP] - 20 Jan 2008 16:00 GMT
Check out the Windows Forms Tips and Tricks page on my site.

Signature
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> Hi!
> can someon plz tell me how it is possible to play a sound in a vb .net
[quoted text clipped - 5 lines]
> someone could help me overcome that.
> best wishes