Reputation: 3415
I've just completed a tutorial on C# language syntax from http://www.csharp-station.com/Tutorial.aspx I'd like to get started programming a simple music player for practice. The music player should be able to index all the music files in a folder and be able to play them at random. Would someone point me to the right direction as to where I should start? Maybe a sample code from an opensource program? Thanks
Upvotes: 0
Views: 14223
Reputation: 107950
Here are some links for you to check out:
Upvotes: 2