搜索资源列表
VBanniukongjian
- 有关VB中的按钮控件的实例教程。。。和可执行文件-Button on the control of VB examples of tutorials. . . And executable files
beidanci
- 用VB开发的学单词软件——英汉小词典,完成英语到汉语的查询,很好的背单词软件。本程序用到了自己做的一个按钮控件 虽然比vb自身带的按钮好看,但是唯一不完善的地方是它存在一个小问题就是: 按钮三种状态:一般、鼠标经过、鼠标按下。用到了三个image控件切换、但是没法判断鼠标经过时的状态从而调用IMAGES控件,好像是其他的编程工具中大部分控件都有一个MouseExit 或 MouseLeave 事件,但vb中没有。-VB development with words learning s
xeditor
- 文本编辑器.从压缩包中图片文件夹的按钮来看,类似于eWebEditor等的网页编辑器,但这个可能更适合于VB中。-Text editor. Picture package from the compressed folder view button, similar to eWebEditor website editor, etc., but this may be more suitable for in VB.
comand
- 界面的一个按钮的命令开关。vb界面上的一个,上下的程序连起来-sorry my english is very very very very poor ! so so ihave to ............
vb
- 1、不同颜色用不同方式产生的矩形效果 2、设计一个显示个人爱好的应用程序,运行后界面如图2所示。具体要求: (1)窗体的标题为“个人爱好” 。 (2)窗体上添加一个列表框,用来显示信息。 (3)窗体上添加两个框架,第一个放两个单选按钮,第二个放四个检查框,文本如图所示。 (4)窗体上添加按钮,单击按钮,在列表框添加项目,分别显示性别和爱好 -参考一下吧
vkControls
- 非常经典的VB常用图形界面控件包,包含近20种界面控件,含有示例文件。这些控件主要有: vkCommand按钮控件(类似XP图标风格); vkListBox列表框控件; vkToggleButton计数按钮和切换按钮控件; vkFrame支持渐变色和图标的框架控件; checkboxes支持图标的多选按钮; vkVScroll 和vkHScroll 水平和垂直滚动条控件; vkProgressBar进度条控件; vk
words
- 本程序用到了自己做的一个按钮控件 虽然比vb自身带的按钮好看,但是唯一不完善的地方是它存在一个小问题就是: 按钮三种状态:一般、鼠标经过、鼠标按下。用到了三个image控件切换、但是没法判断鼠标经过时的状态从而调用 -This program uses its own button control while doing a self-belt than vb buttons look good, but the only perfect place is that it there i
VB-code39
- 将源码转换成code39条码类型,并直接打印出来,使用时加command 按钮-Code39 bar code will be converted to the type of source and directly print it out, use the Add command button when
sdd
- 这个是一个VB编的小程序,他的功能就是 让关闭按钮失效,并且给予提示,但是在进程里面还是能关闭他!-This is a series of small VB program, his function is to let off button is disabled, and give tips, but still in the process which can turn off him!
vb_openwebpage
- vb 打开网页的程序 点击一个按钮打开指定网址-vb open the page program as clicking a button to open the specified URL
file
- 提供 VB 窗体透明和点不到的按钮实例(其中涉及到VB 时间控件,窗口置顶等引用!)-VB form transparent and points less than the button reference to the instance (which involves VB time control window on top!)
VBPbutton-Control-DataSet-data
- VB利用按钮控制数据集浏览的一个小程序,可实现用按钮对数据集的控制,对于VB新手可以学习一下-VB use button to control the datasets browse a small program, can be realized using the buttons on the control of the data sets, for VB novice can learn about
VB-Add-button-to-Coolbars
- 在Coolbar中加入按钮,实现工具栏的动态变化,界面比较实用-Add button in the CoolBar toolbar, dynamic change, the interface is more practical!
vb
- 一个小程序,按下开始按钮,即可开始人数及其各科成绩,然后查询-A small program, press the Start button to start the number of subjects and grades, and then query
新建文本文档 (2)
- 通过PRINTER实现打印。 这种方法 1、加入打印命令按钮(command1)、函数(prnt1)即可实现打印功能,写入 下面代码,读者稍加改动可写成标准的函数或过程。 这种方法通过灵活的编程可以方便地调整字体、字型、线形、页面、纸张大小 等。可打印出比较满意的效果。如果你的计算机上装有MICROSOFTWORD和MICROEXCEL,最精彩 的用法还是把GRID的表格通过VB发送到MICROSOFTWORD及MICROEXCEL。生成MICROSOFTWORD 和MICROEXCEL
利用按钮数组控件简化编程
- VB编程应用,利用按钮数组来控件简化的编程方法(Simplifying programming with button array controls)
VB 文件粉碎机源代码
- ' 此函数返回值是指向项目(ITEM)的一个指针,有了这个数值,再用API函数SHGetPathFromIDList可以获得具体的路径,如果用户按的是“取消”按钮,则返回值为NULL。 Private Declare Function SHBrowseForFolder _ Lib "shell32.dll" Alias "SHBrowseForFolderA" _ (lpBro
界面按钮增加
- 利用vb,二次开发u8,从而进行系统单据的界面按钮增加(Using VB and developing U8 two times to increase the interface buttons of the system documents)
Building a window
- 设计一个简单VB程序: 它由一个窗体、一个文本框和3个命令按钮组成。窗体的标题为"Visual Basic 程序设计示例",当用户单击命令按钮“显示”时,文本框中出现“欢迎使用Visual Basic 6.0”,窗体上显示“你好”,单击命令按钮“清除”时,清除文本框中显示的内容和窗体上的内容,单击命令按钮“结束”时,结束程序。(Design a simple VB program: It consists of a form, a text box and 3 comma
ibutton
- ibutton - 可以实现美化VB按钮控件。(IButton - to beautify VB button controls.)