搜索资源列表
change-mac-and-ip
- 这是一个用vb编写的,批量修改mac地址和ip有详细的源码,有需要的可以看-This is a vb written volume change mac address and ip detailed source, need to see
vbprotect
- 讲需要保护的程序作为自定义资源添加到新的VB程序里,新程序一运行就自动释放内部包含的程序到特定位置,然后通过SHELL调用,自身则结束运行,怀疑就是“借鸡生蛋”,也是常用的木马病毒免杀技术。-Stresses the need to protect the process as add custom resources to a new VB program, the new procedures on the one run automatically included in the rele
CreateLnk
- VB创建快捷方式的模块.用到:WSHShe-VB to create a shortcut to the module. Used: WSHShell
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
CallingVCDLLfromVB
- This function demonstrates how to call a DLL compiled in VC++ in VB. In this example, it provides both VC++ source code to make DLL and VB code to call function inside.
Project1
- 我见过许多代码,在从ACCESS数据库读取图像数据后,往往需要借助一个临时文件进行转换才能显示,其实借助API,完全可以直接显示,而不需要临时文件,此外,大家还可以使用OleCreatePictureIndirect函数转图像数据转换成标准的IPicture接口,以实现VB图像显示的自动性和持续性,具体代码如下:-I ve seen a lot of code, after reading the image data from the ACCESS database, often need
Project1
- 在编写B/S程序时,有时往往需要获取或设置控件中光标的位置,以便于对控件进行进一步的子类化,可是HTML中的标准控件没有HWND,也无明显相关的属性,实现起来有点复杂,俺曾经为这个问题苦恼了好长时间,在网上搜索也得不到答案,后来经过几天的实验,才发现其实只需要基于DOM就可以实现,为了让朋友们少走弯路,故把代码贴出来,并附上一个基于此代码对INPUT 控件进行子类化的实例(实现HTML文本的货币输入和显示)。-In the preparation of B/S program, sometim