does vb.net support the playing .mp3 files? how about .wma?
thanks,
greg
Printable View
does vb.net support the playing .mp3 files? how about .wma?
thanks,
greg
You can play .mp3 files using the Windows Media Player Control or the Microsoft Multimedia Control.
This seems to be the only solution for playing MP3 Files !:rolleyes: I was trying to use DX but I know it can play wavs .I hope MS included any class for sound stuff rather than using APIs or DX !:(
Hi,
try to find "nbass" this is a class which i used to play sound in VB.NET.
It's supports CD, MP3 and much more (but i used mp3 and cd only).
It comes for free with dll and class...
cu
Link to NBass Homepage
Well the 2005 edition (Whidbey) will include a sound control, but as could be expected, it only plays WAV and NOT MP3 :sick: ...Figures...Quote:
Originally posted by Pirate
This seems to be the only solution for playing MP3 Files !:rolleyes: I was trying to use DX but I know it can play wavs .I hope MS included any class for sound stuff rather than using APIs or DX !:(
Always the same.... :o(
No one has any reasons to complain.
do you think playing MP3 files in in VB.Net - if it was available - woud be easy TO code? if you know about audio streams and coding you would probably know why is MP3 file format so flexible and popular. I don't imagine any easy MP3 coding.