Search found 3 matches

Go to advanced search

by guy.joseph
18 Jan 2010 21:41
Forum: Web and scripting
Topic: Unable to access certain methods in VB 2010 and VB 2008 Expr
Replies: 1
Views: 546

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

Hi I started playing around with the VLC ActiveX player today, and I wrote this code: 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...
by guy.joseph
18 Jan 2010 21:28
Forum: Web and scripting
Topic: VB.Net, VLC Plugin and a meter!
Replies: 0
Views: 2000

VB.Net, VLC Plugin and a meter!

Hi I'm looking to get a VU meter running to the VLC plugin in my VB.Net project. I have an instance of the plugin, a bunch of transport buttons, and a bar meter control. I want to get the meter to link to the output of the selected track and display the audio level, taking into account the volume of...
by guy.joseph
05 Jan 2010 19:41
Forum: Web and scripting
Topic: What can the ActiveX control do?
Replies: 2
Views: 2009

What can the ActiveX control do?

Hi I found the ActiveX control avaliable with VLC media player yesterday and started having a play with it. I'm currently developing a program to play sound effects to a cue for a theatre. I need two players, that can be faded, panned and load tracks quickly, and above all are stable! I use Microsof...

Go to advanced search