在C#中如何调用记事本

using System.Diagnostics;
Process.Start(path+"notepad.exe");

如果用xp,你可以
using System.Diagnostics;
Process.Start("c:\windows\system32\notepad.exe");

打开其它应用程序同理。
posted on 2007-04-16 11:54  念时  阅读(1108)  评论(0编辑  收藏  举报

细节决定成败!态度决定一切!