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

作者: fo40225   2015-08-27 22:45:51
※ 引述《dedicationsh (ddd)》之銘言:
: 我開了一個記事本
: 我有辦法設一個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("
作者: dedicationsh (ddd)   2015-08-28 14:38:00
感謝大大熱心地指導^^

Links booklink

Contact Us: admin [ a t ] ucptt.com