Hi, I dropped the "VideoLAN.VLCPlugin.2 ActiveX" onto a form in my VB6 app but each time the window opens it flashes up the controls toolbar (play/pause/volume/etc) at the bottom of the object for a few seconds. I tried setting ole_vlc.toolbar = false (this made no difference) and ole_vlc.controls = false (this gets a runtime error property unknown). I also tried ole_vlc.toolbar(false) with no difference. I didn't have this problem in v1.7 (I've only just updated my app with the latest VLC).
How can I disable the toolbar/controls so it never shows?