摘要:
阅读全文
posted @ 2007-01-10 18:59 focus 阅读(462) 评论(0) 推荐(0)
|
|||
|
摘要:
1.读取指定名称的注册表的值 private string GetRegistData(string name) { string registData; RegistryKey hkml = Registry.LocalMachine; RegistryKey software = hkml.OpenSubKey("SOFTWARE",true); RegistryKey... 阅读全文
posted @ 2007-01-10 18:18 focus 阅读(202) 评论(0) 推荐(0) |
|||