Page 1 of 1

Embedded VLC Player for C# WinForm

Posted: 30 Dec 2008 22:03
by ChrisHolmesOnline
Hello,

I'm trying to find a way to embed a VLC player in a Windows Form in C#. I've tried the VlcUserControl via this set of code http://wiki.videolan.org/.Net_Interface_to_VLC but I was unable to get it to work.

I am wondering if anyone knows if a way that actually works, and if you do, do you have a complete source code solution that I could compile in VS and run.

-Chris

Re: Embedded VLC Player for C# WinForm

Posted: 22 Jan 2009 10:47
by elund
Hi Chris,

It actually works ;-)

And you can download a complete source code example here: http://www.codeplex.com/dmediaplayer.

Best regards, Elund

Re: Embedded VLC Player for C# WinForm

Posted: 22 Jan 2009 15:08
by Jean-Baptiste Kempf
Hi Chris,

It actually works ;-)

And you can download a complete source code example here: http://www.codeplex.com/dmediaplayer.

Best regards, Elund
Nice work.