Page 1 of 1

ActiveX in vb.net = black screen.. Why??

Posted: 09 Mar 2010 11:47
by cgillopez
Hello,

I want to play an .mkv file with the VLC ActiveX in a vb.net form. I added the activex control (plugin v2) and

Code: Select all

AxVLC.playlist.add("C:\20091021_134801_ac0e_00408c946f5d.mkv") AxVLC.playlist.play()
but i get a black screen.. :(

I can play the file if i use VLC directly. What am i doing wrong??

Thanks in advance for your help!

Re: ActiveX in vb.net = black screen.. Why??

Posted: 18 Mar 2010 10:33
by cerebellum
have you tried playing other files? avi perhaps?