Unable to access certain methods in VB 2010 and VB 2008 Expr

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
guy.joseph
New Cone
New Cone
Posts: 3
Joined: 05 Jan 2010 19:20

Unable to access certain methods in VB 2010 and VB 2008 Expr

Postby guy.joseph » 18 Jan 2010 21:41

Hi

I started playing around with the VLC ActiveX player today, and I wrote this code:

Code: Select all

Public Function GetTrackNames() Dim tracks As New List(Of String) tracks.Add("(Disable)") 'Write track 0 For i = 1 To VLCPlugin.audio.count() tracks.Add(VLCPlugin.audio.description(i)) 'Write other tracks Next i Return tracks End Function
When the method description or the property count is accessed, a "MissingMemberException" is thrown.

What's going wrong!?

Thanks

jacky912
Blank Cone
Blank Cone
Posts: 11
Joined: 10 Jul 2009 02:48

Re: Unable to access certain methods in VB 2010 and VB 2008 Expr

Postby jacky912 » 27 Jan 2010 04:28

I believe the "audio.count" function is not ready yet.
We have to wait for new version of VLC.


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 3 guests