Page 1 of 1

Disable full screen and controls

Posted: 22 Jan 2016 06:42
by jcvamp
Hi. I have found that double clicking the VLC control in VB.net makes it switch to full screen, and that the controls at the bottom become visible. Is there a way of disabling them?

Re: Disable full screen and controls

Posted: 22 Jan 2016 11:22
by da2424
You can disable the fullscreen mode with AxVLCPlugin21.FullscreenEnabled = False

Re: Disable full screen and controls

Posted: 22 Jan 2016 13:40
by jcvamp
Thanks for the response. I don't have that option. I'm using plug-in version 2.

Re: Disable full screen and controls

Posted: 22 Jan 2016 13:48
by da2424
This property should be available in AxVLCPlugin2, which you use.
Which VLC version do you use?

Re: Disable full screen and controls

Posted: 22 Jan 2016 21:02
by jcvamp
This property should be available in AxVLCPlugin2, which you use.
Which VLC version do you use?
2.2.1. I've tried upgrading to a newer version, but it hasn't affected the activeX.

Re: Disable full screen and controls

Posted: 29 Jan 2016 15:45
by da2424
What exactly does not work? Has the AxVLCPlugin21.FullscreenEnabled no effect on the fullscreen handling?

Re: Disable full screen and controls

Posted: 29 Jan 2016 20:07
by jcvamp
The option still isn't there. The only way I can use VLC in a program is if I make a copy of a program that already has it added. I can't add the VLC plugin to a project. I suspect that that is why the option isn't being added; the old version from the old program I keep having to copy remains the same.

Re: Disable full screen and controls

Posted: 30 Jan 2016 10:36
by da2424
Can you add VLC in a blank project? If yes, try to delete the /obj folder in your project which have problems. The folder will re-generated, including some dlls for VLC.