Here is my problem:
At this time, i try to create a small Visual Basic program to organize my selfmade-video-clips (*.mov). To get experience in programmin with VLC. I started a new project in Visual Basic 2010 Express and added the "VLC ActiveX Plugin and IE Web Plugin v2 (Version 1.0). The code in form_load-event is like this:
Code: Select all
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
AxVLCPlugin21.playlist.add("d:\file0024.mov")
AxVLCPlugin21.playlist.play()
End Sub
I hope you unterstand my english.
Thank you for reading this
thuemmy