例:

在应用程序里面调用WORD

在按扭的事件里写入:  System.Diagnostics.Process.Start("winword.exe");

调用excel: System.Diagnostics.Process.Start("excel.exe");

相关文章:

  • 2021-09-26
  • 2022-01-15
  • 2022-01-07
  • 2022-12-23
  • 2021-09-05
  • 2022-12-23
猜你喜欢
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
  • 2021-11-07
  • 2021-06-18
  • 2021-07-29
相关资源
相似解决方案