搜索资源列表
LCD(vb6)
- 液晶自模点阵提取软件-dot matrix LCD module from the extraction software
8课程管理系统vb6
- 课程管理系统,具有用户管理,班级管理,课程管理,信息查看等模块。-course management system, user management, class management, curriculum management, information such as View module.
yanshi(VB6.0)
- GSM模块源程序-GSM module source
Timer(VB)
- 精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择.
An-Easy-Read-Write-Registry-Module
- VB6 - Module for Easy Read Write Registry
mdlOpenFolder
- 打开文件夹对话框的vb6模块,直接选择文件夹-Open folder dialog VB6 module directly select the folder
MBTCPVB6Sample0514
- 使用ModBus TCP協議並經由網路讀取設備數值,VB6程式sample-ModBus TCP Active Dll
mdlURL
- This VB6 module lets you program open a URL with the user s default browser. I have seen some others although they are buggy.
vbnets
- VB6 建立拨号上网的连接模块,可随时断开连接,查看连接状态等。 -VB6 module to establish dial-up connection can be disconnected at any time, view the connection status.
yanshi(VB6.0)
- 在网上找到的一个关于GSM通讯模块和电脑通讯的一个源代码文件.稍微修改就可以成自己的软件了-The Internet to find a computer on the GSM communication module and a communication source code files. Slightly modify their own software can become a
DecodeAndCompressCode
- VB6环境下的21种加密算法和54种压缩算法模块整理 -VB6 environment of 21 species and 54 types of compression algorithms encryption algorithm module order
Wiimote-Test
- VB6 Module / Test App to controll wiimotes (nunchuck+classic) on a PC. You must get the wiiromte to register with your PC before this demo will work.
command-module.
- vb6的常用命令模块。里面有许多常用的模块函数函数,对新手有很大的帮助!-The vb6 commonly used command module. There are many common function module function, a great help for the novice!
VB6-Download-and-reboot
- 将启动过程模块中的几个常量设置你自己的常量,即可轻松实现程序的自动更新下载重启,是制作程序自动更新的好模板。-The startup process module several constants set your own constants, you can easily achieve the program s automatic update download restart, is a good template to create the program automatically
RAW printing class module
- RAW Printing Class Module for VB6, using windows library
PC-and-GSM-SMS-module-
- vb6 PC机与GSM短信模块串口通信 源代码-PC and GSM SMS module serial communication
Mod_Windows_Service
- VB6 module to create your application as a windows service.
Mod_Write_Log
- VB6 module to write error logs as text files to a user specified location.
welllid
- 一个用VB6开发的Lora通讯的例程,实现用Lora模块传输井盖的倾斜角度。(VB6 development with a Lora communication routines, to achieve the use of Lora module covers the tilt angle.)
前台图色
- 前台识图模块,根据网上收集的代码自己添加了个简易调用函数 可直接拖进现有程序中调用 例如: Call 前台找图(0, 0, 1920, 1080, Bmp_Name.Text & ".bmp", 5) '参数说明: '参数1: 找图区域左上 '参数2: 找图区域左上 '参数3: 找图区域右下 '参数4: 找图区域右下 '参数5: 图片名称 '参数6: 阀值(Front view module, according to the code colle