Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode OS program
Title: ListView Download
 Description: VB ListView control to improve the function of a file browser, so that it becomes " Enhanced Edition" , the title of the document, a list of item numbers, file size, creation time and other attribute information are displayed, the core code: Me.Top = ( Screen.Height- Me.Height)/2 position in the middle of the screen form, add the following code to ListView1 title bar: ListView1.ColumnHeaders.Add,, " File name" , ListView1.Width/3, 0 is the first title bar " File Name" , the length of one third of the width ListView1, text to the left Set clmX = ListView1.ColumnHeaders.Add (,, " number" , ListView1.Width/6, 2) the second column is the title " number" Set clmX = ListView1.ColumnHeaders.Add (,, " File Size" , ListView1.Width/4, 1) is the third title bar " file size" Set clmX = ListView1.ColumnHeaders.Add (,, " creation time" ListView1.Width/3, 0) is the fourth title bar " Create Time" ListView1.SmallIcons = ImageL
 Downloaders recently: [More information of uploader 曾峥]
 To Search:
File list (Check if you may need any files):
 

ListView\1.ico
........\Form1.frm
........\Form1.frx
........\工程1.vbp
........\工程1.vbw
ListView
    

CodeBus www.codebus.net