How can i make a new like in the code? (the tobi.loop part) i need it to respond with a true or false if asked and so i can set true or false how can i do this?
Code:If AxVLCPlugin21.playlist.isPlaying Then If Tobi.loop Then AxVLCPlugin21.playlist.playItem("0") Timer1.Enabled = True End If Else Timer1.Enabled = False AxVLCPlugin21.playlist.clear() End Ifor if nobody knows do you know one not in use that i can get and set?Code:Private Sub Button10_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button10.Click If Tobi.loop = True Then Tobi.loop = False Else Tobi.loop = True End If End Sub
*EDIT*
Can someone help me with the loop in videolan activex comonent v2?
*EDIT2*
I gave up trying to make one so i made a new form and turned form2.topmost into loop on/off




Reply With Quote