C
CSharp-Jay
So I am not a new or a pro programmer, merely delving into new
concepts. For my current project I am creating a program that acts as
a wrapper for Windows Media Player, so I can get my own functionality
out of a program that contains little of what I prefer. So the
program is basically an mp3 player to put it bluntly. I just finished
setting up the program for the user to select multiple files to add to
the current playlist. However, since WMP is hidden on my program they
cannot see them, so I need to bind the playlist to a listbox control.
So let us say they double click an item in the listbox, it plays that
song, or when a track ends and moves on to the next track, the
selected item in the listbox moves to the next item in the list.
Problem is I have no idea how to get this functionality out of it, and
google searches are turning up nothing helpful. Anybody have an idea?
concepts. For my current project I am creating a program that acts as
a wrapper for Windows Media Player, so I can get my own functionality
out of a program that contains little of what I prefer. So the
program is basically an mp3 player to put it bluntly. I just finished
setting up the program for the user to select multiple files to add to
the current playlist. However, since WMP is hidden on my program they
cannot see them, so I need to bind the playlist to a listbox control.
So let us say they double click an item in the listbox, it plays that
song, or when a track ends and moves on to the next track, the
selected item in the listbox moves to the next item in the list.
Problem is I have no idea how to get this functionality out of it, and
google searches are turning up nothing helpful. Anybody have an idea?