I am wanting to load a listbox with all the names in a folder on my network. Can the SendMessage API be used for this or is there another way?
Currently I loop through the folder using the FileSystemObject method and populate the listbox with the .additem method, but it's very slow as there are 12000 files in this folder.
Can anyone suggest a quicker method?
Many thanks
Asjeff
Currently I loop through the folder using the FileSystemObject method and populate the listbox with the .additem method, but it's very slow as there are 12000 files in this folder.
Can anyone suggest a quicker method?
Many thanks
Asjeff