user133466
user133466

Reputation: 3415

How to program a simple music player?

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

Answers (1)

Related Questions