Page 1 of 1

My VLC Media Player in VB.NET won't do anything?

Posted: 22 Jan 2013 12:11
by NotVLCWorking
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)

Image

Re: My VLC Media Player in VB.NET won't do anything?

Posted: 31 May 2013 06:31
by kwekey
Hi,

Have you get your program working with MP4?