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