在GMS插件开发的过程中,有时需要进行简单的注册机制管理,本文介绍在注册过程中常用的子模块,获取数字转换为大写字母、硬盘序列号和读写注册表。
1.数字转换为大写字母
' 数字转换为大写字母
Private Function N2C(ByVal strNumber As String) As String
Dim i As Integer
Dim ts As
微信扫一扫
在GMS插件开发的过程中,有时需要进行简单的注册机制管理,本文介绍在注册过程中常用的子模块,获取数字转换为大写字母、硬盘序列号和读写注册表。
' 数字转换为大写字母
Private Function N2C(ByVal strNumber As String) As String
Dim i As Integer
Dim ts As
相关推荐