[問題] 請問sendkeys在指定檔案中使用

作者: dedicationsh (ddd)   2015-08-27 15:52:33
我開了一個記事本
我有辦法設一個click botton然後我點一下
他就讓個記事本多一個訊息嗎
一直用不出來 附上程式碼
private void button1_Click_1(object sender, EventArgs e)
{
Process notePad = new Process();
// FileName 是要執行的檔案
notePad.StartInfo.FileName = @"C:\Users\JA\Desktop\test.txt";
notePad.Start();
}
private void button3_Click(object sender, EventArgs e)
{
SendKeys.Send("
作者: johnpage (johnpage)   2015-08-27 22:21:00
少 FindWindow和SetForegroundWindow目標不是正在使用的窗戶

Links booklink

Contact Us: admin [ a t ] ucptt.com