CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 注册表操作类

搜索资源列表

  1. asp.netbook

    0下载:
  2. 简单c#通讯录Access 数据库操作 3. 本程序是一个简单通讯录,使用的是access数据库 ... C#通讯录代码2.0 10. 1、类的序列化2、从注册表中存储和读取二进制信息-Simple c# Address Book Access database operations 3. This procedure is a simple address book, use the access database ... C# Address Book code 2.0 10.1, the
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-11
    • 文件大小:1156372
    • 提供者:ysl
  1. javabean

    0下载:
  2. JAVABEAN分页程序。1、数据库表中有GoodsType表 2、新建TypeList.jsp页面 3、新建GoodsType的实体类 4、新建GoodsTypeDAO的操作类 5、在BusinessDelegate类中注册相应的方法 6、在TypeList.jsp页面中调用方法查询所有的类型 并且查询出的所有类型在做成链接时都要使用URL重写 7、写一个Index.jsp页面,将GoodsList.jsp页面和TypeList
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:287663
    • 提供者:LUCY
  1. regclass

    0下载:
  2. 注册表访问程序,可以实现注册表的操作。读者可以自己编写程序,使用这两个类-regedit sourcecode
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:13254
    • 提供者:111111
  1. 00

    0下载:
  2. 易语言的API操作注册表类,满足自带的函数的不足-Yi language API operation of the registry class, to meet the lack of built-in function
  3. 所属分类:系统编程

    • 发布日期:2017-04-04
    • 文件大小:11983
    • 提供者:wangchende
  1. hklm

    0下载:
  2. CHKLM类允许你在注册表的HKEY_LOCAL_MACHINE注册键中做写操作-CHKLM Class allows you to key in the registry HKEY_LOCAL_MACHINE registered to do a write operation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:9246
    • 提供者:李绍彬
  1. SQL

    1下载:
  2. SQL操作类,创建注册账号,修改注册账号,数据表,删除添加等-SQL operation, create registered an account
  3. 所属分类:SQL Server

    • 发布日期:2017-03-29
    • 文件大小:29178
    • 提供者:zhou
  1. CReg

    0下载:
  2. 大家如果经常对注册表进行操作的话,会发现注册表的函数很长,而且罗嗦。这里我是通过包装了一个注册表的操作类,希望对大家有所帮助-We operate the registry if often the case, will find the registry function is very long and wordy. Here I was packing up a registry through the operation of class, we want to help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:11831
    • 提供者:nack
  1. RegisterExport

    0下载:
  2. 一个操作注册表的操作类,可直接导入.reg文件到注册表中,并且也可导出注册表-Operation of the registry a class action, can be directly imported. Reg file to the registry, and can also export registry
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:3488
    • 提供者:aban
  1. CSharp-Class

    0下载:
  2. C#对注册表/XML/ORACLE等各种操作类-some Class of c#(regedit xml oracle)
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:25585
    • 提供者:徐清华
  1. 768545678

    0下载:
  2. VB注册表读写操作类及程序实例,有需要的就下载吧。-VB class read and write operations and procedures of the registry instance, there is a need to download it.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2782
    • 提供者:维斯摩尔
  1. regedit

    0下载:
  2. 一个封装好的注册表类,用于操作读写注册表,很方便-a packaged class of regedit,using it to read and write regedit
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:14399
    • 提供者:www
  1. CsReg

    0下载:
  2. C#读写注册表项操作的封装类。具有良好封装性,直接调用即可。- C# wrapper class to read and write registry entries operation. Good encapsulation, you can call directly.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1354
    • 提供者:Jason
  1. regeidtges

    0下载:
  2. C#演示注册表的读写操作,程序中引入了using Microsoft.Win32 主要是对注册表的操作要用到Registry和RegistryKey两个类,写入注册表:以可写的方式打开SOFTWARE子键,依次创建ChoseColor子键和Color子键。读取注册表键值:遍历由指定子键拥有的键值名称组成的字符串数组。同时本程序还可将窗体的颜色设置为用户选择的颜色。-C# demos registry read and write operations, the program introduce
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:8861
    • 提供者:gpudn91
  1. regeidtges

    0下载:
  2. C#演示注册表的读写操作,程序中引入了using Microsoft.Win32 主要是对注册表的操作要用到Registry和RegistryKey两个类,写入注册表:以可写的方式打开SOFTWARE子键,依次创建ChoseColor子键和Color子键。读取注册表键值:遍历由指定子键拥有的键值名称组成的字符串数组。同时本程序还可将窗体的颜色设置为用户选择的颜色。-C# demo registry read and write operations, the program introduced
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:9436
    • 提供者:张庆功
  1. javabean

    0下载:
  2. javabean分页程序,适合初学jsp的朋友 1、数据库表中有GoodsType表 2、新建TypeList.jsp页面 3、新建GoodsType的实体类 4、新建GoodsTypeDAO的操作类 5、在BusinessDelegate类中注册相应的方法 6、在TypeList.jsp页面中调用方法查询所有的类型 并且查询出的所有类型在做成链接时都要使用URL重写-JavaBean paging procedures, suitable for begin
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-26
    • 文件大小:269828
    • 提供者:jiulang
  1. 768545678

    0下载:
  2. VB注册表读写操作类及程序实例,有需要的就下载吧。-VB class read and write operations and procedures of the registry instance, there is a need to download it.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2914
    • 提供者:jiao70isi
  1. hklm

    0下载:
  2. CHKLM类允许你在注册表的HKEY_LOCAL_MACHINE注册键中做写操作-CHKLM Class allows you to key in the registry HKEY_LOCAL_MACHINE registered to do a write operation
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:9664
    • 提供者:g7309xianmi
  1. RegisterExport

    0下载:
  2. 一个操作注册表的操作类,可直接导入.reg文件到注册表中,并且也可导出注册表-Operation of the registry a class action, can be directly imported. Reg file to the registry, and can also export registry
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4084
    • 提供者:bbnmn255bei
  1. 768545678

    0下载:
  2. VB注册表读写操作类及程序实例,有需要的就下载吧。-VB class read and write operations and procedures of the registry instance, there is a need to download it.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3236
    • 提供者:nnpgp42xula
  1. RegisterExport

    0下载:
  2. 一个操作注册表的操作类,可直接导入.reg文件到注册表中,并且也可导出注册表-Operation of the registry a class action, can be directly imported. Reg file to the registry, and can also export registry
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3624
    • 提供者:l2stsshangch
« 1 2 3 4 56 »
搜珍网 www.dssz.com