Using the VLC ActiveX control in WPF
How to integrate the powerful VLC media player into your WPF application All the methods/Properties for the plugin: http://wiki.videolan.org/ActiveX Written version can be found here: http://zahidakbar.wordpress.com/2011/06/27/using-the-vlc-activex-control-in-wpf/ courtesy of bielb89: newer versions of VLC (2+) needs "file:///" in beginning of the filename. It should work if you add this. use: vlc.addTarget("file:///" + ofd.FileName, null, AXVLC.VLCPlaylistMode.VLCPlayListReplaceAndGo,0); Programs used: -Visual Studio professional 2010 (2008 should work as well) -Visual Studio Express C# 2008/2010 should work. Please let me know of problems with the quality of the video, I'm using a new video compressor. I keep forgetting to make the text bigger :/ Visit my blog at: http://zahidakbar.wordpress.com
How to integrate the powerful VLC media player into your WPF application All the methods/Properties for the plugin: http://wiki.videolan.org/ActiveX Written version can be found here: http://zahidakbar.wordpress.com/2011/06/27/using-the-vlc-activex-control-in-wpf/ courtesy of bielb89: newer versions of VLC (2+) needs "file:///" in beginning of the filename. It should work if you add this. use: vlc.addTarget("file:///" + ofd.FileName, null, AXVLC.VLCPlaylistMode.VLCPlayListReplaceAndGo,0); Programs used: -Visual Studio professional 2010 (2008 should work as well) -Visual Studio Express C# 2008/2010 should work. Please let me know of problems with the quality of the video, I'm using a new video compressor. I keep forgetting to make the text bigger :/ Visit my blog at: http://zahidakbar.wordpress.com