摘要: http://blogs.gotdotnet.com/netcfteam/ 阅读全文
posted @ 2006-03-27 09:38 Liren 阅读(434) 评论(0) 推荐(0) 编辑
摘要: RegisterHotKey class wrapper http://www.avocadosoftware.com/csblogs/dredge/articles/PPC_RegisterHotKey.aspx 阅读全文
posted @ 2006-03-27 08:47 Liren 阅读(633) 评论(0) 推荐(0) 编辑
摘要: 1:Add two file "MutexEx.cs" and "NativeMethod.cs" from OpenNETCF into your solution. 2:Code here static void Main() { OpenNETCF.Threading.MutexEx mutex = new OpenNETCF.Threading.MutexEx(true,"h... 阅读全文
posted @ 2006-03-27 08:46 Liren 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 1void SetBacklight(int value) { 2 3 RegistryKey HKEY = Registry.CurrentUser.OpenSubKey("ControlPanel\\Backlight", true); 4 5 if (HKEY != null) { 6 7 HKEY.SetValue("ACBrigh... 阅读全文
posted @ 2006-03-27 08:45 Liren 阅读(1841) 评论(2) 推荐(0) 编辑