try this:
vb Code:
Dim di As New IO.DirectoryInfo("C:\Users\TECHKER\Desktop\PROGRAMMING\PROJECTS\trainersTool\images\plyo") Dim theFiles = (From fi In di.GetFiles _ Select fi.Name).ToList Me.ListBox1.DataSource = theFiles
|
Results 1 to 13 of 13
Thread: list boxThreaded View
|
Click Here to Expand Forum to Full Width |