Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~226 People Reached
Favorite Forums
Member Avatar for Long_5

Hi all!! I want to play multiple audio file from a folder, but I only play the first file This is my code : List<string> wavlist = new List<string>(); wavlist.Add(Application.StartupPath + "\\mp3\\1.mp3"); wavlist.Add(Application.StartupPath + "\\mp3\\2.mp3"); wavlist.Add(Application.StartupPath + "\\mp3\\3.mp3"); wavlist.Add(Application.StartupPath + "\\mp3\\4.mp3"); foreach (string file in wavlist) { WMPLib.WindowsMediaPlayer wplayer = …

Member Avatar for ddanbe
0
226