※ 引述《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("