2013年10月31日
摘要: 1 using System.Runtime.InteropServices; 2 using Microsoft.Win32; 3 using System.Drawing; 4 using System.Net; 5 using System.IO; 6 using System.Drawing.Imaging; 7 8 namespace Cnic 9 { 10 public class RegeditHelper 11 { 12 13 public static string GetDefaultBrowserPath() 14 ... 阅读全文
posted @ 2013-10-31 19:28 CodeBase 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Runtime.InteropServices; 5 using System.ComponentModel; 6 //using System.Drawing; 7 8 namespace Cnic 9 { 10 public class SafeNativeMethods 11 { 12 public const int INVALID_HANDLE_VALUE ... 阅读全文
posted @ 2013-10-31 19:26 CodeBase 阅读(473) 评论(0) 推荐(0) 编辑