pedro009 0 Report post Posted December 2, 2015 Ola, fiz um programa com o dois botões, e com o VLC, e o usei o código, que vou deixar me baixo, quando abro e clo num botão ele abre normalmente, mas quando vou a clicar no segundo botão ele não faz nada continua a reproduzir o video do botão 1, podem me ajudar obrigado. Código: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click AxVLCPlugin21.playlist.add("Link do video") AxVLCPlugin21.playlist.play() End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click AxVLCPlugin21.playlist.add("Link do video") AxVLCPlugin21.playlist.play() End Sub Cumprimentos, Pedro Share this post Link to post Share on other sites