资源列表
vbmenuskdlsker
- VB6.0动态装入菜单项,把打开的文件记录保存,显示历史记录,下次打开直接点击记录中的文件就可以,现在有好多软件都有类似这样的功能。实现方面:声明数组用来存储菜单中最近打开的三个文件的名称,显示Open对话框,将filenamearry(1)存储到filenamearry(2),将filenamearry(0)存储到filenamearry(1)-VB6.0 dynamically loaded menu item to open the file record keeping, display
vbmenusnew
- 在VB中制作一个常见的菜单,类似窗口左上角的“菜单”命令,菜单中加入了操作命令,你可以在窗口的文本框中拷贝入一段代码,然后按照菜单中的命令逐一测试菜单功能。对VB初学者来说,虽然挺简单的源码,但容易理解,对学习VB6相当有帮助-Production in VB a common menu, similar to the upper left corner of the window " menu" command added to the menu command, you c
dragfileopen
- VB拖放文本文件的操作示例,也就是拖放打开文本文件,只要是文本类型的文件,都可采用拖放到本窗口的方法直接打开文件,是挺实用的一个VB源码,操作对象为RichTextBox。-VB drag and drop text file operations example, open a text file that is drag and drop, as long as the text file types, can use drag and drop method to the window t
vbcopydatabase
- VB复制数据库结构的小程序,复制数据库结构,调用VB安装目录中的数据库,路径一般是D:\Program Files\Microsoft Visual Studio\VB98,如果不是这个目录烦请修改一下-VB copy of the database structure applet, copy the database structure, calling VB database installation directory path is usually D: \ Program Files
vbqqeyebutton
- 一个16岁的编程骚年写的漂亮VB按钮控件:小眼QQ按钮控件源码下载,仿QQ窗口的风格,定义有鼠标经过控件、离开控件的状态,使用本控件制作成的按钮演示果,请参见软件截图-A 16-year-old wrote a beautiful show programming VB button controls: small eyes QQ button control source code download, imitation QQ window style definition mouse ove
VB-Linekongjian
- VB源码使用 Line控件画线的用法示例,线形可以设置为实线、短划线、点三种类型,可设置是否为线宽8像素,此值可改,在代码里可修改。另外线的方向角度也可改变,预设了两种方向供选择,如测试截图所示-VB 源码 使用 Line控件画线的用法示例,线形可以设置为实线、短划线、点三种类型,可设置是否为线宽8像素,此值可改,在代码里可修改。另外线的方向角度也可改变,预设了两种方向供选择,如测试截图所示
ExampleComboBox
- VB对ComboBox输入框的输入进行检查,下拉ComboBox中的值,输入错误会有提示。临时标签,用来获得焦点,使组合框能够失去焦点,并在失去焦点时进行有效性检查,若输入的数据不在列表中,请重新输入。-VB input ComboBox input box is checked, the value in the drop-down ComboBox, input error will be prompted. Temporary tag to get the focus, so the co
vbTextBox
- VB定义 TextBox控件显示为密码形式,如运行截图所示,以密码框方式显示用户名,把密码显示为“*”,用户名也可以定义成密码形式,显示为“#”,至于是什么符号,在代码里可以自定义。-VB is defined as the password TextBox control to display the form, as shown in the screenshot run to the password box display the user name, the password is d
dongtaijzzform
- 一个VB6.0源码,VB动态加载子窗体,在母窗体内可查找某个窗体,输入要查找窗体的索引号,可关闭所有子窗体体,操作方面定义了一些快捷键,比如新建窗口{F1}、搜索一个子窗口{F2}、关闭全部{F3}等。-A VB6.0 source code, VB dynamically loaded child form, the body can be found in the parent window of a form, enter the index number you want to find
vbfanzhuan
- VB6.0源码实现图片颜色反转,采用逐象素方式反转颜色,高度时载入本地的BMP位图,有兴趣的可参阅测试截图,颜色已经被反转,比较两张图片有什么不同。-Source VB6.0 realize picture color inversion, invert the color-by-pixel mode, when the height of the local load bitmap BMP, interested can refer to the test shots, colors have
vbhechengimages
- VB合成图像源码,合并前景图像和背景图像,合成后的图像和背景图保持同样大小,最后保存合成的图像为bmp格式,对图像合成感兴趣的,您可下载这个VB源码参考一番。-VB composite image source, combined foreground and background images, the synthesized image and the background image remains the same size, the last saved as bmp format i
vbruihua
- VB图像的锐化操作一例,图像锐化效果在PhotoShop中经常用到,可把图片变清淅,但锐化过度也是不好的。简单说下本程序实现的原理:获得Picture1中指定点(x0,y0)的R、G、B分量值,获得Picture1中与(x0,y0)点相邻的点的R、G、B分量值,计算锐化后的R、G、B分量值,画出锐化后的(x0,y0)-VB image sharpening operation one case, image sharpening effect is often used in PhotoShop
