Page 1 of 1

Problem using Vlc Plugin 2.0.4 with VB.NET

Posted: 18 Jan 2013 19:03
by Terrybogard911
With vlc installed 0.8.5, I used to write this piece of code to play mp3 files with vlc com plugin in my simple app.
----------
AxVLCPlugin1.addTarget(openfiledialog1.filename, Nothing, AXVLC.VLCPlaylistMode.VLCPlayListAppendAndGo, 0)
AxVLCPlugin1.play()
---------
But now I have installed vlc 2.0.4 and I am unable to play mp3 file using same code. Any changing in code?

Re: Problem using Vlc Plugin 2.0.4 with VB.NET

Posted: 18 Jan 2013 20:29
by Jean-Baptiste Kempf
Don't use AxVLCPlugin1

Re: Problem using Vlc Plugin 2.0.4 with VB.NET

Posted: 19 Jan 2013 16:41
by Terrybogard911
So what is proper coding?

Re: Problem using Vlc Plugin 2.0.4 with VB.NET

Posted: 21 Jan 2013 12:57
by Jean-Baptiste Kempf
Use the version 2.

Re: Problem using Vlc Plugin 2.0.4 with VB.NET

Posted: 25 Jan 2013 17:05
by PirSoft
i can't using "AxVLCPlugin" control with Vb.net (2010)

Vb.net error message:
"An error occurred creating the form. See Exception.InnerException for details. The error is: Unable to get the window handle for the 'AxVLCPlugin2' control. Windowless ActiveX controls are not supported."

what is this problem?