Hello.

I am new to Visual Basic and I am working on a Visual Basic project which is an MP3 file cataloguing system, ID3 tag editor, MP3 player and more.

Currently it consists of four forms.

Form 1 - Song catalogue system (dataset and connection with datagridview)
Form 2 - Opening Form (links to the rest through a menu)
Form 3 - Media Player
Form 4 - MP3 Tag Editor (yet to be made)

The work I need doing is as follows:

Form 1:

Add menu items to export datagrid as an Excel, Word and text file.

Add menu item to search for specific data

Add menu item to print the current contents of the datagrid

Allow individual records in data grid to be selected and search for that song on Amazon, iTunes

Form 3:

Allow for multiple MP3 files to be added to the playlist window

Display song name, artist of song currently playing

Use the built in WMP controls to control the song (play, pause, stop etc.) instead of my buttons OR hide the WMP controls (play, pause, stop etc.) so that my buttons can be used

Save the playlist

Clear the playlist

Form 4 (needs to be built completely)

Browse for MP3 files on user hard drive and display ID3 tag data (Name, Artist, Album, Genre)

Allow those values to be edited and saved back to the file.

Allow those values to be edited and deleted from the file.

I can provide the entire project source, too big to upload here so that you can assess it.

Thanks for your time.

Ian