Please support our VB.NET advertiser: Programming Forums
![]() |
Hi,
Try this
Hope it helps
Try this
VBNET Syntax (Toggle Plain Text)
Dim folderInfo As New IO.DirectoryInfo("c:\windows") Dim arrFilesInFolder() As IO.FileInfo Dim fileInFolder As IO.FileInfo arrFilesInFolder = folderInfo.GetFiles("*.*") For Each fileInFolder In arrFilesInFolder ListBox1.Items.Add(fileInFolder.Name) Next
-- Martín
![]() |
Other Threads in the VB.NET Forum
- Previous Thread: USB driver files
- Next Thread: video captions in vb.net
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode