alexmen

专注.net软件开发,项目管理体系PMBOK.

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

05 2010 档案

摘要:C#snippet学习网站http://en.csharp-online.net/CSharp_Code_Snippetshttp://www.digitalcoding.com/Code-Snippets/C-Sharp/C-Code-Snippet-Save-object-to-file.html 阅读全文
posted @ 2010-05-20 16:42 alexmen 阅读(619) 评论(0) 推荐(1)

摘要:代码 阅读全文
posted @ 2010-05-18 12:09 alexmen 阅读(1675) 评论(0) 推荐(1)

摘要:代码 阅读全文
posted @ 2010-05-18 12:06 alexmen 阅读(486) 评论(0) 推荐(2)

摘要:RegistryKey keyCom = Registry.LocalMachine.OpenSubKey("Hardware\\DeviceMap\\SerialComm"); if (keyCom != null) { string[] sSubKeys = keyCom.GetValueNames(); this.cbbPort.Items.Clear(); foreach (string ... 阅读全文
posted @ 2010-05-18 09:12 alexmen 阅读(757) 评论(0) 推荐(0)