搜索资源列表
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.
vb_combox_frame
- vb中列表框,组合框,单选框,复选框的应用,完成了一个电脑清单的程序-vb in the list box, combo box, radio button, check box of the application, completed a computerized list of the procedures
Test_NumericUpDown_Change
- 利用Microsoft Visual Studio開發環境,使用VB語言,改變NumericUpDown往上按鈕、往下按鈕(按往上按鈕遞減、按往下按鈕遞增)-The use of Microsoft Visual Studio development environment, using the VB language, change the NumericUpDown up button, down button (press up button to decline, according t
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
- VB运行中创建新的标签button,并设置其各种属性-VB to create a new label run button, and set the various properties
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
2009122520194014
- 自己编写的按键精灵,带有脚本录制功能 资源类别: VB源码¦其他 -Wizard button I have written with the scr ipt recording resource categories: VB source ¦ other
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
VB-shubiaoyoujian
- VB制作的鼠标右键菜单,含剪切,黏贴,复制。比较好用的小软件。-VB produced right mouse button menu with Cut, paste, copy. Relatively easy to use software.
vb
- sample of prrogramming by image ,textbox,button and other control in vb6
Mouse-button
- 模拟鼠标左右按键代替手工操作,具体看软件,左快捷键CONTRL+ A,右快捷键CONTRL+ D,暂停CONTRL+ A或F12“,只需用一个简单的timer控件适合VB初学者!适用于任何游戏内!-Analog left and right mouse buttons instead of manual operation, specifically to see the software, left shortcut for Contrl+ A, right shortcut for Cont
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 文件粉碎机源代码
- ' 此函数返回值是指向项目(ITEM)的一个指针,有了这个数值,再用API函数SHGetPathFromIDList可以获得具体的路径,如果用户按的是“取消”按钮,则返回值为NULL。 Private Declare Function SHBrowseForFolder _ Lib "shell32.dll" Alias "SHBrowseForFolderA" _ (lpBro
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
