saptechnique

Better late than never. - 郭富

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

2008年3月29日

摘要: 1//首先包含如下引用 2 3using Microsoft.Win32; 4 5//写注册表 6 7void SaveSettings() 8 9 {1011 RegistryKey SoftwareKey=Registry.LocalMachine.OpenSubKey("Software",true);1213 ... 阅读全文
posted @ 2008-03-29 09:06 guofu 阅读(393) 评论(0) 推荐(0) 编辑