string htmInfo = "readme.htm";
//System.Diagnostics.Process.Start("iexplore.exe", Application.StartupPath + @"\HTML\" + htmInfo);
//如果是调用系统默认打开方式,则下面的方式就可以了
System.Diagnostics.Process.Start( Application.StartupPath + @"\HTML\" + htmInfo);
posted on
2006-04-05 19:35
冰原雪龙
阅读(1923)
评论()
收藏
举报