寻求最好的注册码生成程序(实现一台电脑一个注册码)

hotshow 2001-02-27 10:56:00
寻求最好的注册码生成程序(实现一台电脑一个注册码)
...全文
415 22 打赏 收藏 转发到动态 举报
写回复
用AI写文章
22 条回复
切换为时间正序
请发表友善的回复…
发表回复
jwing 2001-03-04
  • 打赏
  • 举报
回复
我也要.
jwing@21cn.com
timeman 2001-03-04
  • 打赏
  • 举报
回复
me too timeman@china.com
wjq 2001-03-04
  • 打赏
  • 举报
回复
'新建一个模块
Declare Function GetVolumeInformation Lib "kernel32" Alias "GetVolumeInformationA" (ByVal lpRootPathName As String, ByVal lpVolumeNameBuffer As String, ByVal nVolumeNameSize As Long, lpVolumeSerialNumber As Long, lpMaximumComponentLength As Long, lpFileSystemFlags As Long, ByVal lpFileSystemNameBuffer As String, ByVal nFileSystemNameSize As Long) As Long

Public Function Ghn(sd As String) As Long
On Error Resume Next
Dim sn As Long
Dim res As Long
Dim t1 As String
Dim t2 As String
t1 = String$(255, Chr$(0))
t2 = String$(255, Chr$(0))
res = GetVolumeInformation(sd, t1, Len(t1), sn, 0, 0, t2, Len(t2))
Ghn = sn
End Function
'Ghn是硬盘sd的序例号
'用一定的算法 eg:
Private Sub Form_Load()
Ghn "c:\"
ZCH= Ghn*2/3.14+2323……
'ZCH就是唯一的注册码了
End Sub
xhfjy 2001-03-04
  • 打赏
  • 举报
回复
我也想要。xhf1976@sohu.com
franksun 2001-03-03
  • 打赏
  • 举报
回复
我也项研究研究,多谢!
net_sniffer@263.net
fangchun 2001-03-01
  • 打赏
  • 举报
回复
我也要!谢谢
fangchun_@163.net
limengchen 2001-03-01
  • 打赏
  • 举报
回复
我也想研究研究。limeng@pub.shantou.gd.cn
bucher 2001-03-01
  • 打赏
  • 举报
回复
使用GUID可以每次都产生不同的序列号,然后用户把它发送给你。
你把这个序号进行运算以后得出一个密码返回用户即可。
aishuishui 2001-03-01
  • 打赏
  • 举报
回复
我也要看看。wwzp@21cn.com
UserReg 2001-03-01
  • 打赏
  • 举报
回复
直接用GENGUID.exe不行吗?
寒星 2001-03-01
  • 打赏
  • 举报
回复
我也想看看。tonyjoule@yeah.net
noall 2001-03-01
  • 打赏
  • 举报
回复
如果算法不错的话,我也想要。noall@yeah.net
iwin 2001-02-28
  • 打赏
  • 举报
回复
me too!
mzhy@cmmail.com
dapha 2001-02-28
  • 打赏
  • 举报
回复
我也要,我自己写了一个不行.能否给我一个
Email:dwangfeng@sohu.com
谢谢
xiaojun2000 2001-02-28
  • 打赏
  • 举报
回复
我也要
email:gangzhouzxj@963.net
hotshow 2001-02-28
  • 打赏
  • 举报
回复
不能在此粘贴源程序吗?如果不行,请寄到以下地址:hoosee@sina.com
softhu 2001-02-28
  • 打赏
  • 举报
回复
我也要﹐多謝﹗﹗
hujunwei1@sina.com
多謝了﹗﹗
china_dg_benny 2001-02-28
  • 打赏
  • 举报
回复
我也要﹐多謝﹗﹗
dg_benny@163.com
china_dg_benny 2001-02-28
  • 打赏
  • 举报
回复
我也要﹐多謝﹗﹗
dg_benny@163.com
flyflyfly_woo 2001-02-28
  • 打赏
  • 举报
回复
我也要,谢谢了
加载更多回复(2)

7,762

社区成员

发帖
与我相关
我的任务
社区描述
VB 基础类
社区管理员
  • VB基础类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧