Page 1 of 1

Problem in Stop File

Posted: 17 Jun 2009 17:11
by dhol.gaurav
Hello,

i am Using Activex Of VLC Player In .net
i use AxVLCPlugin2
when i try to Stop playing File then it will wait for infinite time and not give response

my Code is Given Bellow

If AxVLCPlugin21.playlist.isPlaying = True Then
Me.AxVLCPlugin21.playlist.stop() ' this statement are not execute and Wait for infinite time
End If

please help me
thanks