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