搜索资源列表
Tooltips
- 为VB中的各种控件添加自己的TipsText,比如DataGrid的TipsText,一点都不好用,进入它的客户区后TIPS一直存在。
Hsprn例子
- 用于VB中datagrid\\listview打印功能-for VB datagrid \\ printing error
datagrid
- 数据登陆,使用VB实现数据库的链接并且实现数据操作
ApiView
- 摘要:VB源码,数据库应用,ADO,Datagrid VB中ADO 统计示例及Datagrid演示程序源码,是一个典型实用的VB(ADO)+Access数据库程序,不但演示了如何使用ADO来操作数据库插入和删除数据等,而且重点还演示了如何将读取的数据库内容绑定在Datagrid数据网格控件中显示出来,这是新手们普遍需要的范例。
ADO+Datagrid数据库全操作VB.rar
- ADO+Datagrid数据库全操作 主要是对ADO控制Datagrid的表格输出演示,ADO Datagrid main database fully operational control of ADO in the table Datagrid Lattice output demo
vb.net.rar
- (1) 利用Access设计一个有关朋友信息或学生信息的数据库,其数据表结构可以根据程序设计的需要来确定。 (2) 用VB.NET设计一个数据库应用程序,要求利用ADO.NET核心对象或组件来实现数据库的连接与访问,并能通过数据绑定控件如DataGrid或TextBox以及其他Windows控件来实现数据的浏览、添加、删除、更新及查询等基本操作。,the simple use of vb.net
功能强大的免费VB打印控件
- 功能强大的免费VB打印控件(2010年5月7日修改),改正了原打印控件存的在缺陷,增加了VSFlexGrid表格的打印功能。 本控件系VB6.0编写,可直接打印VSFlexGrid表格、MSHFlexGrid表格的内容,并提供多种打印方式,分栏打印、横向跨页打印、工资条样式打印(可以把显示为0或空的内容不打印)。本控件还可直接打印ListView控件、ADO记录、DAO记录、Datagrid控件、Flexgrid控件的内容 可完全按照VSFlex表格、MSHFlexGrid表格的显示
datagrid
- vb编写的datagrid控件与access相连的应用实例,利用连接字符串相连,点击命令按钮可添加当前时间到数据库。-vb prepared datagrid controls access linked with the application, using connection string connected, click the command button can be added to the database current time.
VB
- datagridview控件的例子,简单的使用该控件的好例子-datagridview sample
DataGrid
- VB操作数据库的一些实例之DataGrid控件的使用方法-VB Some examples of the operation of the database to use the DataGrid control
FreezePaneDatagrid_src
- how to make Datagrid Freezing after export to excel in Vb.net
FexibleDat1800351042004
- vb datagrid edcontrol demo
ASTGTest
- 本文主要初步介绍在VC6环境下利用CADO class,datagrid分页显示数据。 1、用VC操作数据库是非常麻烦的,网上关于VC下利用ADO和datagrid操作数据库的教程也很多,但无非是相互抄袭。 2、ADO使用起来麻烦,然而一个老外写的ADO Classes我感觉还是挺好用的。包括两个文件ado2.h和ado2.cpp,而网上关于使用这个类进行ADO数据库操作的文章不多。 3、VC6.0下的datagrid貌似没有.net的那么强大,也没有VB6那么好用。连分页都显得麻烦
Programming_VB_Classic_code_DataGrid_event
- VB编程开发DataGrid事件经典代码Programming VB Classic code DataGrid event-Programming VB Classic code DataGrid event
VB_ADO_DataGrid_operations_including_programs
- VB使用ADO+DataGrid 包括所有的数据库操作示例程序-VB using ADO+ DataGrid database operations, including all sample programs
datagrid-cls
- vb实现清除datagrid里的全部记录-vb datagrid
datagrid鼠标滚轮
- 实现datagrid数据表格具有鼠标滚轮上下滚动的特性(The implementation of the DataGrid data table has the feature of rolling the mouse roller up and down)
DataGridViewMultiColumnComboColumnDemo
- Datagrid plus combo multi column
VB使用ADO+DataGrid
- VB使用ADO+DataGrid 操作数据库的示例程序,这些操作几乎包括了的有的数据库常用操作,像简单的的添加、更新、删除、检索数据等(VB uses ADO + DataGrid to operate the sample program of database. These operations almost include some common database operations, such as simple add, update, delete, retrieve data,
vb 数据库入门
- 1.建立access数据库 2.建立data控件绑定数据库,并使用datagrid显示数据库内容