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

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px My code looks to be right, but when I press button nothing happens. What am I doing wrong?<br style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px
<br style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px
<span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px Code below:<br style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px
<br style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px
<span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px Public Class Form1<br style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px
<span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click<br style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px
<span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px AxVLCPlugin21.playlist.add<wbr style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px <span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px ("C:Users<wbr style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px <span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px AdminxDo<wbr style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px <span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px wnloadsTh<wbr style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px <span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px e_Hobbit_F<wbr style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px <span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px ull_Length<wbr style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px <span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px _Trailer_2<wbr style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px <span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px _HD.mp4")<br style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px
<br style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px
<span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px AxVLCPlugin21.playlist.pla<wbr style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px <span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px y()<br style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px
<span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px End Sub<br style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px
<br style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px
<span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px End Class<br style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px
<br style="font-size:14px; font-family:Droid Serif,Georgia,Times New Roman,serif; color:#222222; line-height:23px
<span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px Also in my toolbox the vlc things are written in Chinese. Is it meant to look like that (look at picture below)
<span style="color:#222222; font-family:Droid Serif,Georgia,Times New Roman,serif; font-size:14px; line-height:23px <img alt="" src="http://oi47.tinypic.com/dfg2oi.jpg
<br/>

View the full article
 
Back
Top