Hi,
I have downloaded the latest version, yesterday, of VLC media player and am wanting to include it in a VB.NET project. I read on a web-site somewhere about
having to register a dll - axvlc.dll which I did and was able to compile a x86 .NET project with no errors. However when I run it nothing happens. The
project is just a form with the VLC ActiveX control on it and two lines of code :
AxVLCPlugin21.playlist.add("C:\BASIC-8\SYSTEM\safeVid.avi")
AxVLCPlugin21.playlist.play()
The video file referenced works in the media player outside of the VB.NET project but neither this nor any other video file will play - it just executes
the two lines of code without any visible results.
What do I need to do please? Are there any further dlls I should have registered? (I am using VS2012 on Windows
Many Thanks