using dccdc.Selfhelp.Models; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Windows.Forms; namespace dccdc.Selfhelp { public partial class frm_ymVideo : Form { public frm_ymVideo() { InitializeComponent(); //this.TopMost = true; } bool _playing = false; int t = 0; int i = 0; string[] vfiles = Directory.GetFiles("d:\\shipin"); VlcPlayer vlcp = new VlcPlayer(Application.StartupPath + "\\plugins"); int alltime = 0; private void frm_ymVideo_Load(object sender, EventArgs e) { lbl_sj.ForeColor = Color.FromArgb(29, 32, 135); this.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.ResizeRedraw | ControlStyles.AllPaintingInWmPaint, true); this.DoubleBuffered = true; } List