Search found 4 matches

Go to advanced search

by izzop
10 Mar 2010 18:20
Forum: Web and scripting
Topic: ActiveX V 1 - Hide File Path?
Replies: 3
Views: 1013

Re: ActiveX V 1 - Hide File Path?

Just thought I'd let people know that I managed to disable is through Options: - private void Form1_Load(object sender, EventArgs e) { int file_count = 0; int x = 0; string[] mediapaths = Directory.GetFiles(@"C:\Movies", "*.m2v"); foreach (string file in mediapaths) { if (Directo...
by izzop
10 Mar 2010 17:58
Forum: Web and scripting
Topic: ActiveX V 1 - Hide File Path?
Replies: 3
Views: 1013

ActiveX V 1 - Hide File Path?

Hi,

I'm currently using the VLC ActiveX Plugin Version 1 in a C# project.

I've noticed that when ever it starts a movie that the path including filename are being displayed and then fades.

Does anyone know how I can turn this off?

Thanks & Regards
by izzop
09 Mar 2010 18:31
Forum: Development around libVLC
Topic: VLC ActiveX in C#
Replies: 0
Views: 1890

VLC ActiveX in C#

Hi, I'm trying to use the VLC ActiveX (v2 Version 1.0) in C# and have the following code: - private void Form1_Load(object sender, EventArgs e) { axVLCPlugin21.AutoLoop = true; axVLCPlugin21.playlist.add("C:\\Users\\Public\\Videos\\Sample Videos\\Wildlife.wmv","My File",null); ax...
by izzop
09 Mar 2010 15:40
Forum: Development around libVLC
Topic: libVLC C# Loop Video
Replies: 2
Views: 2012

libVLC C# Loop Video

Good Afternoon, I've downloaded the following sample project; http://www.helyar.net/files/MyLibVLC.zip from the tutorial http://www.helyar.net/2009/libvlc-media-player-in-c/ Using this sample what I'd like to try and do is: - 1) Get the selected Video to Loop. 2) Instead of selecting just one video,...

Go to advanced search