asp.net winform 实现复制,粘贴,剪切功能
System.Windows.Forms.SendKeys.SendWait("^C");//复制
System.Windows.Forms.SendKeys.SendWait("^V");//粘贴
System.Windows.Forms.SendKeys.SendWait("^X");//剪切
System.Windows.Forms.SendKeys.SendWait("^C");//复制
System.Windows.Forms.SendKeys.SendWait("^V");//粘贴
System.Windows.Forms.SendKeys.SendWait("^X");//剪切