Problem With 1.0.0 RC2 ActiveX in .net
Posted: 15 Jun 2009 11:36
Hello,
I am using Vlc 1.0.0 Rc2 Activex Control and Play Different Video using Vb.net,
problem is if VLC Player Size is 1024X768 then it will not play second track of given play list it is waiting infinite time in AxVlcPluging21.playlist.next this line
but if Vlc Player Size is around 300X400 then it will work proper
what's the problem that i can not understood. because VLC size is small then working proper. if i change size then same code not work proper.
code give as bellow
this code in Add Button
For I as Integer = 0 to FileListBox1.Items.Count -1
AxVlcPluging21.playlist.add(FileListBox1.Items(i))
Next
this code is play button
AxVlcPluging21.playlist.play()
this Code in next button
AxVlcPluging21.playlist.next
please help me in this problem,
Thanks.............
I am using Vlc 1.0.0 Rc2 Activex Control and Play Different Video using Vb.net,
problem is if VLC Player Size is 1024X768 then it will not play second track of given play list it is waiting infinite time in AxVlcPluging21.playlist.next this line
but if Vlc Player Size is around 300X400 then it will work proper
what's the problem that i can not understood. because VLC size is small then working proper. if i change size then same code not work proper.
code give as bellow
this code in Add Button
For I as Integer = 0 to FileListBox1.Items.Count -1
AxVlcPluging21.playlist.add(FileListBox1.Items(i))
Next
this code is play button
AxVlcPluging21.playlist.play()
this Code in next button
AxVlcPluging21.playlist.next
please help me in this problem,
Thanks.............