C# winfrom 怎么调用系统最新wrod与excel?
C#winfrom如何调用系统最新wrod与excel??调用老的wrod与excel是这样的:System.Diagnostics.Process.Start(
C# winfrom 如何调用系统最新wrod与excel??
调用老的wrod与excel是这样的:
System.Diagnostics.Process.Start("excel.exe");
System.Diagnostics.Process.Start("winword.exe");
新的要怎么调用???
[解决办法]新的(Office 2013)还是这样啊。
[解决办法]你可以在开始菜单的Word图标上点右键,属性,看指向的文件名,还是winword.exe啊。