Click here to Skip to main content
15,906,455 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I am just starting to learn WPF

I want to create a Music Player which shows a Picture of the Artist and then a list of songs associated to that Artist, also then when the song is clicked it plays.

I have a Access2002 database with a table which holds the list of
"Artist" "SongName" "FileLocation"

My question is what controls do I use in my project ?

I have spent quiet a few hours messing around with listviews and I can bind the data,
I can show a image of the Artist, I can show a list of Artists but I am not sure of the method to associate all the Songs to the relevant Artist

I also have 2 access tables which have a relationship of one to many which shows individual Artists with there Songs but I am not sure how or whether i use this.

Many thanks in advance

Tony
Posted

1 solution

Some nice article to Kick start your WPF Media Player.
Please go through them and try to learn.

1. WPF Audio Player[^].
2. A simple WPF media player with media item list[^].
3. Media Player in WPF[^].
4. Audio in WPF[^].

Thanks... :)
 
Share this answer
 
Comments
anthp 17-Dec-12 16:46pm    
Hi Tadit,
Thanks for your reply
cheers Tony
You are most welcome buddy. My pleasure to help you.
Thanks for accepting the answer...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900