CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程

文件名称:VBListViewfilebs

介绍说明--下载内容来自于网络,使用问题请自行百度

VB使用ListView控件改进一个文件浏览器的功能,使其变为“增强版”,将文件的标题、列表项目序号、文件大小,创建时间等属性信息都显示出来,核心代码:Me.Top = (Screen.Height - Me.Height) / 2窗体位置在屏幕中间,以下代码为ListView1添加标题栏:

  ListView1.ColumnHeaders.Add , , "文件名称", ListView1.Width / 3, 0

  第一个标题栏是"文件名称",长度为ListView1宽度的三分之一 , 文字左对齐

  Set clmX = ListView1.ColumnHeaders.Add(, , "序号", ListView1.Width / 6, 2)

  第二个标题栏是"序号"

  Set clmX = ListView1.ColumnHeaders.Add(, , "文件大小", ListView1.Width / 4, 1)

  第三个标题栏是"文件大小"

  Set clmX = ListView1.ColumnHeaders.Add(, , "创建时间", ListView1.Width / 3, 0)

  第四个标题栏是"创建时间"

  ListView1.SmallIcons = ImageList1

  关联ImageList1中的图标-VB ListView control improvements using a file browser functionality, so that it becomes "Enhanced Edition", the title of the document, a list of item numbers, file size, creation date and other attribute information is displayed, the core code: Me.Top = (Screen.Height- Me.Height)/2 form position in the middle of the screen, add the following code to ListView1 title bar:

ListView1.ColumnHeaders.Add,, "File name", ListView1.Width/3, 0

The first column is the title of the "File name", length of third ListView1 width, left-justified text

Set clmX = ListView1.ColumnHeaders.Add (,, "number", ListView1.Width/6, 2)

The second title bar is "No."

Set clmX = ListView1.ColumnHeaders.Add (,, "file size", ListView1.Width/4, 1)

The third column is the title of "file size"

Set clmX = ListView1.ColumnHeaders.Add (,, "creation time", ListView1.Width/3, 0)

The fourth title bar is "Created"

ListView1.SmallIcons = ImageList1

The icon associated ImageList1
(系统自动生成,下载前可以参看下载内容)

下载文件列表

VB使用ListView控件增强文件浏览器/1.ico
VB使用ListView控件增强文件浏览器/Form1.frm
VB使用ListView控件增强文件浏览器/Form1.frx
VB使用ListView控件增强文件浏览器/工程1.vbp
VB使用ListView控件增强文件浏览器/工程1.vbw
VB使用ListView控件增强文件浏览器

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com