string pluginPath = System.Environment.CurrentDirectory + @"\plugins";
vlc_Player = new VlcPlayer(pluginPath);
IntPtr reader = pictureBox1.Handle;
vlc_Player.SetRenderWindow((int)reader);
在后面的panel的mousemove事件中无响应,任何事件都没有反应。
我也尝试在panel控件上加一个pictureBox,但是pictrueBox的所有事件也不触发了。
不知道什么原因,望各位大大指点一下