读取硬盘序列号产生软件注册码

2011.08.30

本程序采用Visual Basic编译

引用

 

 

1、在模块中加入以下声明

Public Declare Function GetVolumeInformation Lib "kernel32" _

Alias &q......

读取硬盘序列号产生软件注册码

2011.08.30

本程序采用Visual Basic编译

引用

 

 

1、在模块中加入以下声明

Public Declare Function GetVolumeInformation Lib "kernel32" _

Alias &q......

VB 禁用Alt+Ctrl+Del

2011.08.30

Const REG_SZ = 1

Const REG_BINARY = 3

Const REG_DWORD = 4

Const HKEY_CURRENT_USER = &H80000001

' the Functions for Registry Manipulati......