Get all File Size from File List box in VB.net
Page 1 of 1
Get all File Size from File List box in VB.net
Dim a As System.IO.FileInfo
For i = 0 To File1.Items.Count - 1
a = New System.IO.FileInfo(b)
ListBox1.Items.Add(a.Length)
Next
For i = 0 To File1.Items.Count - 1
a = New System.IO.FileInfo(b)
ListBox1.Items.Add(a.Length)
Next
Similar topics
» DOES YOU WANT TO CREATE A FILE WITH ANY SIZE YOU NEED? EXP: A TEXT FILE OF 100 MB WITHOUT A SINGLE TEXT!!!!!!
» Select all Items of a listbox or file list box
» Text File To Binary File in VB.net
» Read Binary FIle in VB.net
» Select all Items of a listbox or file list box
» Text File To Binary File in VB.net
» Read Binary FIle in VB.net
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum