COMP 121 Project 2

Winter 2010
Sanderson and Stucki
Due: 16 February 2010

Song Organizer

Implement a VB.NET application to organize a small collection of songs. Here are its requirements.

"Seed" your application by hardcoding some songs so you don't have to build the collection from scratch on every run. We will provide you with some seed code if you think you can stomach our song choices!

For extra credit, extend it to store the song collection in a text file and read it from a text file using Save and Open dialogs.

For extra extra credit, implement a playlist feature: create a playlist, add/remove songs from playlist, delete a playlist, select a playlist and display its songs

Demo the application to receive credit.