I m developing media player in c# and I m using windows media player component for that..
This is my code
private void songList_SelectedIndexChanged(object sender, EventArgs e)
{
axWindowsMediaPlayer1.URL = paths[songList.SelectedIndex];
}
Can anyone tell me the supported file formats for this component?
The version information property of the component is '12.0.7600.16385'