Search found 2 matches

Go to advanced search

by lebhero
06 Jul 2015 15:20
Forum: General VLC media player Troubleshooting
Topic: C# disable full screen and hide toolbar are not working in the new version
Replies: 3
Views: 1322

Re: C# disable full screen and hide toolbar are not working in the new version

Dear Jean-Baptiste Kempf, Sorry for being late. I created a sample project. The sample will work if you have version 2.1.5 installed on your pc. It won`t work with the newest version (2.2.1). Please download it here: http://www.filedropper.com/vlctestapplication (Sorry i didnt know where to upload t...
by lebhero
08 May 2015 17:57
Forum: General VLC media player Troubleshooting
Topic: C# disable full screen and hide toolbar are not working in the new version
Replies: 3
Views: 1322

C# disable full screen and hide toolbar are not working in the new version

Hi, i have a C# application where i use the VLC plugin to view Video that is being streamed over the UDP. my code looks like this: using AxAXVLC; ... private AxVLCPlugin2 vlc; this.vlc = new AxVLCPlugin2(); this.vlc.FullscreenEnabled = false; this.vlc.Toolbar = false; this.vlc.Volume = 50; this.Volu...

Go to advanced search