Hi , I created a Simle AudioPlayer . In my Application i am using 2 Views
1) A FilelistView with a listbox containing a list of mp3 files
2) A PlayingView with a progressbar and two Labels
when i select any item from the Listbox in listView the view will change in to PlayingView ,that time how to pass that filename and fileLength into PlayingView for playing that AudioFile And i want to Display that filename and fileLength on my PlayingView in two Labels . How to do that ...... help me Please.........



