My VLC Media Player in VB.NET won't do anything?
Posted: 22 Jan 2013 12:37
My code looks to be right, but when I press button nothing happens. What am I doing wrong?
Code below:
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
AxVLCPlugin21.playlist.add("C:\Users\Adminx\Downloads\The_Hobbit_Full_Length_Trailer_2_HD.mp4")
AxVLCPlugin21.playlist.play()
End Sub
End Class
Also in my toolbox the vlc things are written in Chinese. Is it meant to look like that? (look at picture below)
You may have to open image in new window, vlc forum seems to be only showing half of the image.
Code below:
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
AxVLCPlugin21.playlist.add("C:\Users\Adminx\Downloads\The_Hobbit_Full_Length_Trailer_2_HD.mp4")
AxVLCPlugin21.playlist.play()
End Sub
End Class
Also in my toolbox the vlc things are written in Chinese. Is it meant to look like that? (look at picture below)
You may have to open image in new window, vlc forum seems to be only showing half of the image.