一个简单的对注册表进行操作的示例

时间:2014-01-15 11:17:34
【文件属性】:
文件名称:一个简单的对注册表进行操作的示例
文件大小:97KB
文件格式:ZIP
更新时间:2014-01-15 11:17:34
注册表 VS2010 首先声明,这个资源的代码不是我写的。来源是:http://www.codeproject.com/KB/MFC/registry_key.aspx,我是小人,掠君子之美了。它对ATL的CRegKey类进行了封装,所以对注册表的操作极为简便。另外,我对这个资源的有关文章也翻译了,放在我的博客里,文章名字是《一个基于ATL的类CRegKey的可以读写注册表的模板头文件》。
【文件预览】:
console_sample
----console_sample.cpp(5KB)
----console_sample.vcxproj(5KB)
----console_sample.vcxproj.filters(838B)
MFCsample
----MFCsample.vcxproj(6KB)
----MFCsample.h(523B)
----resource.h(1KB)
----stdafx.h(2KB)
----targetver.h(314B)
----MFCsampleDlg.cpp(5KB)
----MFCsample.vcxproj.filters(2KB)
----stdafx.cpp(211B)
----MFCsample.rc(11KB)
----ReadMe.txt(4KB)
----MFCsample.cpp(2KB)
----MFCsampleDlg.h(717B)
----res()
--------MFCsample.rc2(802B)
--------MFCsample.ico(66KB)
registry_key.sln
registry_key.htm
registry_key.h
CPOL.html
WTLsample
----WTLsample.h(15B)
----WTLsample.vcxproj(7KB)
----resource.h(453B)
----WTLsample.rc(9KB)
----stdafx.h(1KB)
----WTLsampleView.h(908B)
----MainFrm.h(7KB)
----WTLsample.cpp(1KB)
----AboutDlg.h(1014B)
----stdafx.cpp(277B)
----res()
--------Thumbs.db(5KB)
--------toolbar.bmp(1KB)
--------WTLsample.ico(1KB)
----WTLsample.vcxproj.filters(2KB)

网友评论

  • 新手入门的资料