-
DocumentsX
在 VB 上开发 DirectX 的指导(developed in VB DirectX guidance)
- 2006-12-31 16:45:40下载
- 积分:1
-
ch1
GIS算法课件的第一章:算法设计和分析,绝对适合GIS新手(The first chapter GIS algorithm courseware: algorithm design and analysis, and is suitable for novice GIS)
- 2014-02-21 12:52:49下载
- 积分:1
-
neural1
VB6 類神經網路運算 針對多點輸入及多點輸出(VB6 neural MULTI INPUT/OUTPUT)
- 2015-03-28 16:16:22下载
- 积分:1
-
NetPlayer
简易的vb6网络歌曲播放器源代码,有需要的就下载吧。(Simple vb6 network music player source code, has the need to download it.)
- 2013-08-17 01:35:06下载
- 积分:1
-
test2
应老师要求做的VB课后练习内容,这是第二个实验内容。(This is the second test.)
- 2013-11-06 16:32:09下载
- 积分:1
-
online_exam
在线考试系统,支持很完善的功能体系,有四个模块,用户信息,考试信息,成绩管理,用户管理(onlineexam use C# write)
- 2012-02-19 18:39:34下载
- 积分:1
-
fucombox
说明: VB6 利用Combo、DTPicker组合框辅助录入数据(VB6 uses Combo and DTPicker combo boxes to assist in data entry)
- 2020-06-15 17:07:59下载
- 积分:1
-
SAPEmobil.SQLbaze
SQL for compact framework
- 2017-09-18 05:51:51下载
- 积分:1
-
EncryptDecrypt
说明: Sample Code for encryption and decription
- 2019-02-03 20:09:05下载
- 积分: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