-
mega8
Programer for Amega8,Amega16 AVRMCU
- 2009-05-10 20:59:40下载
- 积分:1
-
pooceduresLCD
用VB做的一个液晶取字模程序,做液晶显示应该能够能用得到(Using VB to do a take type LCD procedures, can do LCD display should be able to get)
- 2017-04-05 01:58:42下载
- 积分:1
-
analyzeFunc
自己vb.net写的从define文件生成函数和头文件的开发辅助工具,获取文件夹中test.h文件,生成C++程序.(Development aid, vb.net write their own generating functions and header files define file to get the the folder the the document in test.h to generate C++ program.)
- 2012-09-28 14:21:17下载
- 积分:1
-
vbchengxu
VB画图程序源码,VB画图程序源码,VB画图程序源码(VB Paint program source code)
- 2013-11-18 15:00:30下载
- 积分:1
-
876545346
VB在treeview的节点处使用图形,有需要的下。(VB at the node in treeview using graphics, there is need for the next.)
- 2013-08-22 09:32:59下载
- 积分:1
-
打字训练
采用VB6.0编写的小软件,可以实现打字检查正确率,用来学习文本操作。(The small software written by VB6.0 can achieve the correct rate of typing checking, and is used to learn text operation.)
- 2018-05-22 17:13:15下载
- 积分:1
-
lcd
ST7789S显示屏驱动程序。测试可用。(ST7789S LCD driver program. It Tested run OK)
- 2021-04-09 15:48:59下载
- 积分:1
-
24653643753
VB创建系统文件关联的示例源码,有需要的就下载吧。(VB to create system file association example source code, there is need to download it.)
- 2013-08-01 10:27:45下载
- 积分:1
-
Printer
一个用VB编写的用来打开打印的文件,可以选择所需的打印机,从而将文件输送到打印机上(The preparation of a use VB to open a print of the document, you can select the printer, which will be transmitted to the printer paper)
- 2009-04-17 21:03:14下载
- 积分: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