| |
| AaxRegistry ActiveX控件详细描述 |
下载 |
购买 |
AaxRegistry ActiveX控件 是一个可以使你轻松访问Windows注册表的模块。
AaxRegistry ActiveX控件 用这个工具你可以实现:
- 打开 / 创建 / 删除 keys and subkeys;
- 读 / 写 / 删除任何类型的值;
- 列举keys、subkeys and value;
这个组件包括丰富的文档内容和许多Visual Basic示范代码。
使用示范:
aaxRegistry1.SetRootKey "HKEY_LOCAL_MACHINE"
aaxRegistry1.OpenKey "Software\Sample"
' Write 2 sample values
aaxRegistry1.WriteDwordValue "DwordSample", 12345
aaxRegistry1.WriteStringValue "StringSample", "My Value"
' Read Dword value
Dim MyVal As Long
aaxRegistry1.ReadDwordValue("DwordSample", MyVal)
' Read String value
Dim str As String ' String value
aaxRegistry1.ReadStringValue("StringSample", str) |
下载文件:axRegistryTRIALSetup.EXE
文件大小:349.09K
|
|
|