C#中调用IE打开某文档

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  冰原雪龙  阅读(1908)  评论(2编辑  收藏  举报