本文实例讲述了C#使用默认浏览器打开网页的方法。分享给大家供大家参考。具体实现方法如下: public static bool OpenBrowser(String url) { RegistryKey key = Registry.ClassesRoot.OpenSubKey(@http\shell\open\command\); String s = key.GetValue().ToString(); String browserpath = null; if (s.StartsWith(\)) { browserpath = s.Substr