I can not get a video to play for some reason.
I add the axvlc.dll to the VB project.
I add the V2 control to the controls
I dragged and drop the AXVLCPlugin from the control bar to the form
I used this code:
AxVLCPlugin21.playlist.items.clear()
AxVLCPlugin21.playlist.add(ListBox2.Items(0))
AxVLCPlugin21.playlist.play()
Listbox2 contains a full filename like "D:\movies\example.avi"
Nothing happens - the control box stays black. I enable the drag and drop on the control and it wouldn't take a file that way and start playing.
What am I missing?? I searched this forum, but didn't find and answer.