会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
DotNet笔记
兴趣是最好的老师。
首页
新随笔
联系
管理
订阅
2013年6月13日
C#操作注册表
摘要: 1.读取指定名称的注册表的值private string GetRegistData(string name){string registData;RegistryKey hkml = Registry.LocalMachine;RegistryKey software = hkml.OpenSub...
阅读全文
posted @ 2013-06-13 10:44 小y
阅读(488)
评论(0)
推荐(0)
编辑
公告