搜索资源列表
shellbat
- 一个利用SHELL调用批处理的源码,利用API的句柄检查是否批处理执行完成,可等批处理执行完成后,再执行VB的下一行代码。-SHELL invoked using a batch of source code, using API' s handle to check the implementation of the completion of a batch could be the implementation of such a batch is completed, the im
c_dll_4_vb
- This function demonstrates how to call a DLL compiled in VC++ in VB. It s a simple example to pass arguments and parameter to DLL from VB s ca-This function demonstrates how to call a DLL compiled in VC++ in VB. It s a simple example to pass argument
Project1
- 在编写B/S程序时,有时往往需要获取或设置控件中光标的位置,以便于对控件进行进一步的子类化,可是HTML中的标准控件没有HWND,也无明显相关的属性,实现起来有点复杂,俺曾经为这个问题苦恼了好长时间,在网上搜索也得不到答案,后来经过几天的实验,才发现其实只需要基于DOM就可以实现,为了让朋友们少走弯路,故把代码贴出来,并附上一个基于此代码对INPUT 控件进行子类化的实例(实现HTML文本的货币输入和显示)。-In the preparation of B/S program, sometim