J Jerry H. May 23, 2006 #2 In 2.0 framework you can use: my.Computer.Audio.Play (<path to audio file>)
D dee May 24, 2006 #4 Hi Jerry I downloaded .NET 2.0 and used my.Computer.Audio.Play (<path to audio file>) Click to expand... But got and error saying The file located at c:\...\my.mp3 is not a valid wave file. Does Audio.Play support mp3?
Hi Jerry I downloaded .NET 2.0 and used my.Computer.Audio.Play (<path to audio file>) Click to expand... But got and error saying The file located at c:\...\my.mp3 is not a valid wave file. Does Audio.Play support mp3?
J Jerry H. May 24, 2006 #5 I guess not, sorry about that. However, all is not lost. You can take a look at this class: http://www.codeproject.com/cs/media/nBASS.asp perhaps that will help, or you can import the WMP object and play the mp3 from that.
I guess not, sorry about that. However, all is not lost. You can take a look at this class: http://www.codeproject.com/cs/media/nBASS.asp perhaps that will help, or you can import the WMP object and play the mp3 from that.