FileListBox ListCount is missing

  • Thread starter Thread starter Lennart Nielsen
  • Start date Start date
L

Lennart Nielsen

I'm trying to use the FileListBox, but it does not seem to have the
ListCount property or any substitute. Any bids on this or another way (short
of the old DOS routine) to get a countable listing or array of files from a
folder?

Lennart
 
Lennart Nielsen said:
I'm trying to use the FileListBox, but it does not seem to have the
ListCount property or any substitute. Any bids on this or another way
(short of the old DOS routine) to get a countable listing or array of
files from a folder?

\\\
Imports System.IO
..
..
..
.... = Directory.GetFiles("C:\bla").Length
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top