-
Tgbnp
Table modification control, suitable for browsing while modifying, for better data record editing
- 2018-11-05 17:48:03下载
- 积分:1
-
ne
说明: Csharp水纹效果,实现完美水纹效果,很不错(123)
- 2009-08-10 15:43:45下载
- 积分:1
-
Programming-in-Visual-Basic-2008
visual basic programming textbook
- 2012-05-23 12:24:56下载
- 积分:1
-
mapxGIS
MAPX开发的地理信息系统基本纲领框架,VB开发的(MAPX geographic information system developed by the basic program framework, VB development)
- 2010-11-22 23:07:23下载
- 积分:1
-
vbTechnique
说明: VB单片机编码模拟程序 附代码,输入一个二进制数据,它会分别模拟数据归零、不归零I、伪三进制、曼彻斯特、双极交替记号反转、差分曼彻斯特压缩等(VB MCU coding simulation program with code attached, input a binary data, it will simulate the data return to zero, non-return to zero I, pseudo ternary, Manchester, bipolar alternating mark inversion, differential Manchester compression, etc.)
- 2020-06-23 18:56:43下载
- 积分:1
-
遗传算法
说明: 新安江模型,应用遗传算法用于参数的自动率定(The Xin'An river model with genetic algorithm)
- 2017-12-26 10:33:42下载
- 积分:1
-
filewatchservicetest
使用FileSystemWatcher监控网络路径(包含源代码)
在VS2005中,.Net里面有个FileSystemWatcher控件,用来监控文件变化,它会通知文件创建,修改,删除的消息。网上这样的例子很多,但是在实际应用的时候,发现还有一些待处理的问题,我做了一个简单的demo,解决了如下的问题:
1. 多次连续触发 (通过一个定时器来解决)
2. 能监控网路路径 (serviceProcessInstaller的Account属性设置为NetworkService)
3. 通过windows service来实现, 做成安装文件方便注册服务
注意事项:
1. 切记网络路径要给guest的权限,否则监控不了。
2. 修改Service1代码中的watcher.Path。
3. 新建文件c: est.log,将此文件设置为可写的权限。
4. 安装完成后手动将服务启动。(err)
- 2008-06-14 19:44:06下载
- 积分:1
-
56736264
动态改变控件尺寸,VB精选编程学习源码,很好的参考资料。(When running the VB control intelligent or selected learning programming source code, VB select learning programming source code, a good reference.)
- 2013-11-24 23:15:03下载
- 积分:1
-
NormSInv
Excel里NormSInv()函数的vb版(Excel Lane NormSInv () function vb version)
- 2009-02-12 10:10:06下载
- 积分: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