搜索资源列表
VB-MT-Example
- 实例效果:此实例实现三个图片框的背景色一起变色。 实例的窗体布局见图: 程序的工程窗口: 源代码如下-Example effect: this instance to achieve three picture frame color with the background color. Example form layout shown in Figure: engineering program window: source code is as follows
API-for-vb
- 时常要用到一些WIN32 API函数。每次都要声明引用,且API函数也时常弄错,因此,我用VB做一个ActiveX控件(COCX1.OCX),在其中加入一些用API才能实现的一些特殊功能,并以控件方法的形式来调用它们,因此,少了声明API时的麻烦。-Often use some WIN32 API functions. Every time a statement cited, and API functions are often mistaken, so I used to do a VB