搜索资源列表
VB通过控件打开文件
- VB通过控件打开对话框,选择想要打开的文件-VB control through open dialog box, select the desired open file
一个很酷的信息弹出对话框+VB源代码
- 一个很酷的信息弹出对话框+VB源代码 包含多个对话框的实例-a cool pop-up dialog box information VB source code contains several examples of dialog
VB 例程序讲解
- VB 例程序讲解 、局域网聊天程序 二、可以换肤的窗体 三、richtext实现的文本编辑器 四、用OLE实现文件拖放 五、窗体卸载时弹出确认对话框 六、让控件大小随窗体改变而改变 七、拖动无标题栏窗体 八、在打开文件对话框中选择多文件 -VB procedures on cases, two LAN chat program, the Eurocargo Form 3, the realization richtext text edito
fileattribute-VB
- 实现文件属性对话框,
DLL输出对话框类的例子
- 此代码示范了如何将对话框封装到MFC DLL,然后可由VC,VB/VB.NET调用。压缩包中有两个例子: 1、dlldemo 示范了从VC中调用; 2、vbnetdllcall 示范了从VB.NET调用的例子;-this code will be demonstrations of how to MFC dialog Packaging DLL, which may then be VC, VB / VB call. Compressed are two examples : one, dlld
字体对话框
- 用vb实现字体对话框,一个经典例子极具参考价值-with vb achieve font dialog box, a classic example of great reference value
VB注册码代码示例
- 软件限时使用与注册功能的实现 众所周知,一些共享软件往往提供给使用者的是一个功能不受限制的限时使用版,在试用期内使用者可以无限制的使用软件的全部功能(只是可能会出现提示使用者注册的窗口),试用期一过部分(或全部)功能失效,要想继续使用只能向作者索取注册码(或注册文件)完成对软件的合法注册,注册后的软件将解除一切使用限制。如果您也开发出一个有价值的作品,是否也希望为自己的软件增加一个这样的功能呢?这里笔者就提供一个实现软件限时的完整代码。 软件启动后会首先运行本代码并从注册表HKEY_
SkinBuilder
- SkinFeature完全支持VC常用控件及窗口。做到了对话框,单文档界面,多文档界面的全部支持。<br>SkinFeature完全支持Vc6,Vc.net2003,delphi ,c# ,vb , pb 可以提供界面支持,使您的程序在Win9x操作系统中也可以拥有像Winxp一样的漂亮界面,您只需通过简单的设置即可拥有漂亮的界面。 <br>主要特点:<br>界面和业务逻辑彻底分离,节约开发和维护时间 <br>支持各Windows平台,包括Wind
VBMousewheel
- 通过VB IDE AddIn增加对鼠标滚轮的支持, 并可使用get/set滚动选项对话框。只需简单的编译该DLL到VB文件夹即可。-This little VB IDE AddIn adds mousewheel support to the IDE code panes. Now with get/set scroll options dialog. Simply compile the DLL into your VB folder.
opendialog
- 打开对话框的简单例程,使用VB6.0和VB2005两种语言。-Open dialog box, easy routines, the use of two languages VB6.0 and VB2005.
dialog
- VB中对话框的调用例子程序,初学者可以-VB examples in the dialog box procedure calls, beginners can take a look at
CommDialog
- VB代码,不需要控件就能调用windows的自带对话框.-VB code will be able to call the windows do not have control of its own dialog box.
VB
- czyh mm qx 001 sys 002 guest 999 sys Bug: 1.使用“楼盘查询”功能时出错。 2.使用“客户查询”功能时出错。 3.使用“收费查询”功能时出错。 4.使用“售楼人员查询”功能时出错。 5.使用“售楼合同查询”功能时出错。 6.使用“收款情况查询”功能时出错。 7.“房产管理/户型登记”弹出“户型登记”对话框,鼠标左键单击已有的对话框,如果相应的图片文件没有,就会报错。 8.打开的“户型登记”对话框
VB-letter-memory
- 将字母顺序显示在对话框中,一定时间后消失,然后根据记忆写出,正确则增加一级-Alphabetical order will be displayed in the dialog box, disappears after a certain time, and then remember to write the correct increase a
VBdiaglogbox
- VB调用系统对话框.非常实用..各种对话框都涉及到..比如.颜色.打开.保存..目录.等-VB calling system dialog box. Very useful. . A variety of dialog boxes are involved. . For example. Color.打开.保存. . Directory. Etc.
VB_chart
- 一次VB作业,要求如下:建立一个图表显示应用程序。(文件、图形、多重窗体、对话框设计、菜单和控件综合设计) 图表功能不使用控件完成-A VB operations, requirements are as follows: the establishment of a chart showing the application. (Documents, graphics, multiple forms, dialog boxes, design, menus and controls int
Fileopendialog(API)
- VB 中若使用通用对话框,难以编制绿色软件 下例代码调用API打开文件为例,能完全满足绿色软件的要求-Using the file open dialog API
VB.modular.programming.design.Print.dialog.
- VB模块化编程打印对话框设计代码VB code for modular programming design of the Print dialog box -VB code for modular programming design of the Print dialog box
对话框
- 对话框 vb入门基础知识 对话框函数适合新手 学习 交流非常简单的对话框(Dialog VB entry basics, dialog box function, suitable for beginners to learn exchanges, very simple dialog box)
E267_打印对话框的实例
- 打印对话框,建一个项目,将其命名为工程1,默认窗体为Form1。command1 单击打印(form print Private Sub Command1_Click() CommonDialog1.ShowPrinter For i = 1 To CommonDialog1.Copies Printer.Print Text1.Text Next i Printer.EndDoc End Sub)