直接调用外部命令就可以了,
System.Diagnostics.Process.Start("notepad.exe");//记事本
System.Diagnostics.Process.Start("winword.exe");//Word
System.Diagnostics.Process.Start("excel.exe");//Excel
System.Diagnostics.Process.Start("calc.exe");//计算器
在单击事件里直接加入就可以了!
System.Diagnostics.Process.Start("notepad.exe");//记事本
System.Diagnostics.Process.Start("winword.exe");//Word
System.Diagnostics.Process.Start("excel.exe");//Excel
System.Diagnostics.Process.Start("calc.exe");//计算器
在单击事件里直接加入就可以了!