using System;
using System.Text;
using System.Diagnostics;
namespace HelloNamespace
{
    public class A
    {
        static void Main(string[] args)
        {
            Process.Start(@"C:\windows\Help\iexplore.chm");
        }

    }

}
System.Diagnostics.Process.Start(Application.StartupPath.ToString() + "\\a.chm"); //相对路径, /bin/debug/a.chm

posted on 2009-06-09 16:02  小傻瓜  阅读(977)  评论(0编辑  收藏  举报