0
我想打電話給第三方軟件在.NET應用程序(C#) 的代碼如下:的win32系統未處理的異常
Process proc = new Process();
proc.EnableRaisingEvents = false;
\\name of the file
proc.StartInfo.FileName = "filename";
\\Path where the file is located
proc.StartInfo.Arguments = "filepath";
proc.Start();
但它拋出一個異常的Win32系統未處理的異常
請幫助
非常感謝... :)它的工作 – user362130 2010-06-28 09:55:57