Question Play Multiple files one after other

prashbs08

New member
Joined
May 20, 2014
Messages
2
Programming Experience
Beginner
Hi all,
I am new this forum & beginner too.
I am trying to develop small IVSR system for my academic project.
I want to play audio files one after the other. I am using VB.NET in Visual studio express 2012.
I can play one file at the time. Here is the code
HTML:
Me.AxWindowsMediaPlayer1.URL = "AudioFiles\Welcome.amr"
Now i want to play multiple file one after other.
Any help can greatly appreciated.
Thanks
 
Back
Top