搜索资源列表
C头文件转为VB模块文件CH2vbmodel的离子
- c和vb结合应用的例子 说明的c头文件与vb类模块之间如何转换-c and vb combined application examples of the first documents and c vb category between modules on how to change
vb打开类模块里的窗体
应用程序窗体
Dim frmtest As Object
private Sub Command1_Click()
Set frmtest = oSys.frmObject
frmtest.Show
End Sub'类模块
Public frmObject As Object
Private Sub Class_
VB注册码代码示例
- 软件限时使用与注册功能的实现 众所周知,一些共享软件往往提供给使用者的是一个功能不受限制的限时使用版,在试用期内使用者可以无限制的使用软件的全部功能(只是可能会出现提示使用者注册的窗口),试用期一过部分(或全部)功能失效,要想继续使用只能向作者索取注册码(或注册文件)完成对软件的合法注册,注册后的软件将解除一切使用限制。如果您也开发出一个有价值的作品,是否也希望为自己的软件增加一个这样的功能呢?这里笔者就提供一个实现软件限时的完整
QQ密码加密函数模块,MD5+BASE64示例
- 新QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BAS
DES for VB
- 本程序封装了一个加解密模块. 使用时直接调用其中的函数即可.- This procedure has sealed a Canadian decipher module When use directly transfers function then
VB MD5安全模块示例
- 以前一直用vb,只有这类源码。现在在学c,请支持。-previously been used vb, the only such source. C in school now, please support.
Stand.alone.modular.design.VB.programming.code.che
- VB模块化单机跳棋编程设计代码Stand-alone modular design of VB programming code checkers -Stand-alone modular design of VB programming code checkers
VB.FTP.client.programming.nterface.design.modular.
- VB模块化编程FTP客户界面设计代码VB FTP client programming interface design modular code -VB FTP client programming interface design modular code
VB.MDB.database.design.modular.establish
- VB模块化编程建立MDB数据库设计代码VB MDB database design, modular programming code to establish -VB MDB database design, modular programming code to establish
VB.code.modular.programming.flash.title
- VB模块化编程标题闪烁程序代码VB code modular programming flash title -VB code modular programming flash title
VB.api.programming.code.programming.module.menu.ra
- VB api编程模块菜单程序设计代码VB api programming code programming module menu -VB api programming code programming module menu
VB.modular.design.programming.code.BMP.ICO
- VB模块化编程BMP ICO设计经典代码VB classic modular design of programming code BMP ICO -VB classic modular design of programming code BMP ICO
VB.modular.programming.audio.waveform.display
- VB模块化编程音频波形显示代码VB code modular programming the audio waveform display -VB code modular programming the audio waveform display
VB.code.word.modular.paste
- VB模块化编程粘贴取词代码VB code to take the word modular programming paste -VB code to take the word modular programming paste
Drag.tree.VB.code.modular.programming
- VB模块化编程拖拉树程序代码Drag tree VB code modular programming -Drag tree VB code modular programming
VB.modular.programming.control.panel.settings
- VB模块化编程控制面板设置代码VB code modular programming the control panel settings -VB code modular programming the control panel settings
VB.ComboBox.modular.design.graphical.programming.c
- VB模块化编程图形ComboBox设计代码VB ComboBox modular design of graphical programming code -VB ComboBox modular design of graphical programming code
VB.embedded.modular.graphics.programming.treeview.
- VB模块化编程treeview图形嵌入代码VB code embedded modular graphics programming treeview -VB code embedded modular graphics programming treeview
VB.modular.programming.design.Print.dialog.
- VB模块化编程打印对话框设计代码VB code for modular programming design of the Print dialog box -VB code for modular programming design of the Print dialog box
VB6-常用加密和压缩算法模块
- 常用加密和压缩算法模块 VB6 常用的加密和压缩模块,做程序必备。(Common encryption and compression algorithm modules VB6 commonly used encryption and compression module, to do the necessary procedures.)