Page 1 of 1

VB.net plugin issues

Posted: 12 Aug 2016 12:40
by robbiecutting
Hi,

I am trying to get the VB.net plugin working but it will not load. I have added the COM component, I can drag the control onto the form and then use this code to load the video:

Code: Select all

AxVLCPlugin21.CtlVisible = True AxVLCPlugin21.playlist.items.clear() Dim uri = New Uri("C:\Users\XXX\Documents\flame.avi") AxVLCPlugin21.playlist.add(uri.AbsoluteUri) AxVLCPlugin21.playlist.play()
However nothing shows? The toolbar disappears, as if a video was playing, but nothing shows. Is there something I'm missing?

Thanks

Re: VB.net plugin issues

Posted: 13 Aug 2016 23:35
by da2424
What is the exact behavior?
The plugin will load?
Does the video play?