using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace vlc_media_player { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Load_Click(object sender, EventArgs e) { OpenFileDialog openFileDialog1 = new OpenFileDialog(); openFileDialog1.Filter = "( *.mp4) | *.mp4"; if (openFileDialog1.ShowDialog() == DialogResult.OK) { axVLCPlugin21.playlist.add(openFileDialog1.FileName, openFileDialog1.SafeFileName,null); } } private void start_Click(object sender, EventArgs e) { axVLCPlugin21.playlist.play(); } private void stop_Click(object sender, EventArgs e) { axVLCPlugin21.playlist.stop(); } private void pause_Click(object sender, EventArgs e) { axVLCPlugin21.playlist.togglePause(); } } }
------------------------------------------
Does VLC media player have a C# interface
How to Embed The VLC media player in Window Form using C#
I want to add VLC media player in window application
libvlc media player in C#
How to hook VLC media player using c#
VLC Player in C# window form
Searches related to vlc media player c#
videolan vlc media player
media players like vlc