-
ovtraoadedprogrammingsource
Bulk Mail demonstrates sending a large number of email via controls
- 2017-06-11 16:30:56下载
- 积分:1
-
USBCAN-test
采用周立功的CAN转USB模块,厂家提供的例程!很好的开发参考(The ZLG CAN to USB module routines! A good development reference)
- 2012-05-31 17:53:55下载
- 积分:1
-
12sampleusb
vb编写的usb12通道的数据采集系统,由于时间匆忙,界面做得一般,还请大家见量(vb prepared usb12 channel data acquisition system, as time rush, the general interface done, Please also see the volume)
- 2006-11-14 12:25:22下载
- 积分:1
-
FX3Uoutput-control
用MSCOMM控件控制FXPLC全部输出/全部关闭/单独输出(MSCOMM control with full output control FXPLC/All off/single output)
- 2013-10-26 10:53:49下载
- 积分:1
-
update
VB自动更新程序,可以实现自动更新,替换已有版本。(vb liveupdate,replace the old version.)
- 2015-09-28 09:15:35下载
- 积分:1
-
arithmetic
本书包括200多种数值算法的Vb 程序,及详细解析(This book includes 200 kinds of numerical algorithms Vb procedures, and detailed analysis)
- 2011-02-10 15:02:35下载
- 积分:1
-
646857986564
Vb调用系统关机函数关闭计算机,有需要的就下载吧。(Vb call system shutdown function to turn off the computer, have a need to download it.)
- 2013-08-31 11:17:43下载
- 积分:1
-
BurnCharacter
然烧字体,在VB的环境下实现字体的燃烧效果(However, burning fonts, in the VB environment to achieve the effect of fonts combustion)
- 2007-12-28 22:41:29下载
- 积分:1
-
smsDatabase
说明: VB做的一个短信收发的例子,功能比较强大,可以好好参考(VB do an SMS transceiver example, function more powerful and can make reference to)
- 2005-11-28 14:24:58下载
- 积分:1
-
Wintab_Example
使用wintab开发的例子,VB开发环境,经过验证可以(Wintab32.dll Demo in VB6 ReadMe notes
*******************************************************
*******************************************************
A few notes on this before you play with it:
1) You cannot debug through much of the code! The reason for this is that the routine performs a Windows message hook for the window messages that normally go to the window. So when the user moves the mouse over a window, Windows generates all the messages and sends them to the window to respond. (examples are "MouseEnterWindow, MouseMove, MouseLeaveWindow"). Note these are different from the VB events which are similarly named but operate within VB, they are instead the actual messages Windows OS uses to respond. This is how windows does all of its GUI. Since a hook has been placed in the code, those messages go to the callback routine and thus get intercepted in the application. In debug, all code execution halts in the VB app. But windows keeps sending the messages to the cal)
- 2013-10-19 12:59:12下载
- 积分:1