string htmInfo = "readme.htm";
System.Diagnostics.Process.Start("iexplore.exe", Application.StartupPath + @"\HTML\" + htmInfo);
//如果是调用系统默认打开方式,则下面的方式就可以了
//System.Diagnostics.Process.Start(Application.StartupPath + @"\HTML\" + htmInfo);

相关文章:

  • 2021-11-30
  • 2021-12-12
  • 2022-12-23
  • 2021-07-31
  • 2021-07-04
  • 2021-12-19
猜你喜欢
  • 2022-01-16
  • 2021-12-04
  • 2021-08-07
  • 2021-12-22
  • 2021-09-23
  • 2022-02-20
  • 2022-12-23
相关资源
相似解决方案