我開了一個記事本
我有辦法設一個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("