Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 注册
Search - 注册 - List
注册与卸载OCX的源代码
Date : 2012-03-16 Size : 28.15kb User :

用vc实现ocx控件的注册-with vc achieve randomly Control Registry
Date : 2010-07-07 Size : 28.15kb User : 王哲

1.支持全国所有省份固定电话、小灵通、中国移动手机,开通移动、电信、网通多个声讯热线号码。 2.真正傻瓜式支付接口,提供安装程序,只需简单设置即可使用。 3.设置商户密钥,支付信息加密传递,加强支付安全性,加密系统与其他银行卡在线支付兼容。 4.提供简单的定单管理系统,商户可随时了解支付情况。 5.168注册中心提供完善的后台管理系统,提供定单管理、定单统计、财务管理、用户资料修改、商户密钥设置、推荐用户及技术支持等功能。 6.提交支付信息时可保存两个自定义字段,可以记录定单需要返回的其他重要信息。 7.您可以登录后台管理系统查看定单以下信息:定单号、用户支付金额、商户所得金额、自定义字段、支付日期、结帐信息等。 8.提供宣传推广代码,推荐其他商户加盟可获得其收入的5%提成-1. All the provinces of the country to support the fixed-line operator, China Mobile phones, started the mobile, telecommunications, Netcom multiple voice hotline numbers. 2. The real fool-payment interface, to provide the installation process, you can simply set up in order to use. 3. Key set up businesses, encrypted payment information transfer, enhance payment security, Encryption System with other bank cards online payment compatible. 4. Simple orders management system, operators will be kept informed of the payment. 5.168 registration centers provide a sound background management system which provides order management, order statistics, financial management, user information changes, key businesses set up to recommend users and technical support functions. 6. Submit payment informatio
Date : 2010-07-07 Size : 41.31kb User : zcf11

会员消费系统注册机
Date : 2009-10-09 Size : 267.59kb User : sure90

这是近期有一款关于病毒清理防护的VB开源代码,代码比较完整。有一定的技术性,具有市面共享及商业杀毒防毒类软件的常用特性,如病毒查杀,防护,可以隔离病毒。附带达700多种流行病毒库,可以自己更新增加病毒库。 其他技术支持,如注册表设置、优化,进程详细信息查看,开机启动项处理,垃圾文件清理、病毒库升级更新等功能,对于研究病毒防杀的网友可以借鉴学习。
Date : 2010-10-22 Size : 859.09kb User : zhuo11@sina.com

通过HOOK IofCallDriver,实现对注册表操作的日志
Date : 2011-09-07 Size : 76.61kb User : zmhtest@tom.com

从注册表读取显示设备的EDID
Date : 2012-03-28 Size : 1.27kb User : pangxq116

源码包含一个读取ISO文件和虚拟磁盘文件(VHD, VDI, XVA, VMDK, etc)的类和完整的调用示例。 对于ISO、UDF、FAT和NTFS的支持已经非常完善。支持VHD, XVA, VMDK 和VDI格式的读写与注册。 类库中还包含一个简单的iSCSI启动器,可以通过iSCSI和一个NFS客户端实现对磁盘的访问。 这里有几段简单的示例代码,可以看出来使用还是非常方便的: 新建一个ISO文件: CDBuilder builder = new CDBuilder(); builder.UseJoliet = true; builder.VolumeIdentifier = "A_SAMPLE_DISK"; builder.AddFile(@"Folder\Hello.txt", Encoding.ASCII.GetBytes("Hello World!")); builder.Build(@"C:\temp\sample.iso"); 你可以通过流或者文件的方式来进行ISO的操作。 从ISO文件中提取一个文件: using (FileStream isoStream = File.Open(@"C:\temp\sample.iso")) { CDReader cd = new CDReader(isoStream, true); Stream fileStream = cd.OpenFile(@"Folder\Hello.txt", FileMode.Open); // Use fileStream... } 同样,你也可以浏览ISO内部包含的目录或者作为启动盘。 新建一个虚拟磁盘: long diskSize = 30 * 1024 * 1024; //30MB using (Stream vhdStream = File.Create(@"C:\TEMP\mydisk.vhd")) { Disk disk = Disk.InitializeDynamic(vhdStream, diskSize); BiosPartitionTable.Initialize(disk, WellKnownPartitionType.WindowsFat); using (FatFileSystem fs = FatFileSystem.FormatPartition(disk, 0, null)) { fs.CreateDirectory(@"TestDir\CHILD"); // do other things with the file system... } } 新建一个虚拟软盘: using (FileStream fs = File.Create(@"myfloppy.vfd")) { using (FatFileSystem floppy = FatFileSystem.FormatFloppy(fs, FloppyDiskType.HighDensity, "MY FLOPPY ")) { using (Stream s = floppy.OpenFile("foo.txt", FileMode.Create)) { // Use stream... } } } 也可以作为启动软盘使用。
Date : 2017-08-11 Size : 428.01kb User : twklzw

机器没装VC++时MSComm控件用不了,网上介绍了很多手工注册的方法,我根据这些方法结合自己的实践写成了自动注册的程序,推荐给大家。网上介绍注册Mscomm32.ocx时都是另开了个线程,在我的应用中没有开线程调用windows自带的Regsvr32.exe而是全部用代码实现。
Date : 2021-10-10 Size : 759.58kb User : 2001hunanandrew
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.