i need help, i am making a web browser in vb 10 and i have a built in media player and i want to make a play list. i got it to work with a listbox but not anything else.
For the menustrip
Private Sub PlaylistToolStripMenuItem_DropDownItemClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.ToolStripItemClickedEventArgs) Handles list.DropDownItemClicked
wmv.URL = list.Selected.ToString
End Sub