Page 1 of 1

Adding video window to C# Windows Form

Posted: 02 Feb 2008 22:28
by vincentroggero2
I'm using the activex control to drive video playback. Anyone have any tips on how to put the vlc video window in a Windows form application (.exe)?

Re: Adding video window to C# Windows Form

Posted: 05 Feb 2008 16:07
by sfed
Just add a reference to the vlc com activex dll and then it should appear in the toolbox - drag it onto the form and set the defaults from the control properties sheet. Alternately you can instantiate it yourself - once you have the reference imported you can use the object browser to check out the namespaces/contents.