//出处来自动软代码生成器开源代码
//首先引入空间
using System.Diagnostics;

try
{
    Process proc 
= new Process();
    Process.Start(
"IExplore.exe""http://help.maticsoft.com");
}
catch
{
    MessageBox.Show(
"请访问:http://www.maticsoft.com""完成", MessageBoxButtons.OK, MessageBoxIcon.Information);                            
}

 

相关文章:

  • 2021-07-13
  • 2022-01-21
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-08-12
  • 2021-05-31
猜你喜欢
  • 2021-11-26
  • 2021-10-25
  • 2022-12-23
  • 2021-08-07
  • 2021-12-31
相关资源
相似解决方案