Results 1 to 8 of 8

Thread: Need help with a line (some.some = true)

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2011
    Posts
    15

    Question Need help with a line (some.some = true)

    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 If
    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
    or if nobody knows do you know one not in use that i can get and set?

    *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
    Last edited by rosaage; Nov 18th, 2011 at 02:52 PM. Reason: Found awnser

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width