雪花台湾

C#模擬鍵盤貼上CTRL+V

How simulate CTRL+V keystrokes (paste) using C#

 

對元件取得焦點後,可以使用以下方法:

SendKeys.Send("^{v}");

相关文章