2021年3月3日 星期三

[C#]模擬鍵盤操作SendKey()

連續 SendKeys.SendWait 比較像鍵盤輸入,會有停頓的效果....

textBox1.Focus();
SendKeys.SendWait("A");
SendKeys.SendWait("{B 10}");
SendKeys.SendWait("+C");

C# 模擬鍵盤操作SendKey(),SendKeys()
https://www.itread01.com/content/1548344359.html

沒有留言:

張貼留言