VB.NET marquee doesn't work
Posted: 14 May 2012 21:20
Hi, I'm trying to write a small app that play a directshow source and a text overlay.
My code is:
the directshow source is well displayed, but the overlay isn't visible... why?
My code is:
Code: Select all
AxVLCPlugin21.playlist.add("dshow://")
AxVLCPlugin21.playlist.play()
AxVLCPlugin21.video.marquee.text = "Hello Wordl"
AxVLCPlugin21.video.marquee.opacity = 255
AxVLCPlugin21.video.marquee.x = 100
AxVLCPlugin21.video.marquee.y = 100
AxVLCPlugin21.video.marquee.enable()