|
Question : VB.Net 2005 - FileListBox, DriveListBox, DirectoryListBox Controls Question?
|
|
I am using the VB6 FileListBox, DriveListBox, and DirectoryListBox controls in my VB.Net 2005 app. I have the filter set on the FileListBox. What I need to do is select all the files in the FileListBox using my app without the users interaction. I then wish to process each selected file in a for loop. I'm just not sure what properties/methods to use for the FileListBox.
Please help!
Thanks, Blake
|
|
Answer : VB.Net 2005 - FileListBox, DriveListBox, DirectoryListBox Controls Question?
|
|
I showed that in this line: =)
Debug.Print(FileListBox1.Items(i))
So use "FileListBox1.Items(i)"...
|
|
|
|