Hi everyone,

I have a form which contains a listbox and I want it to display the names of the files in a certain folder.

Basically what I need is for items in the listbox to be the name of text files in a folder.

I have tried several methods involving the stream-reader but with that, each file has to be specified individually and since the user creates new files any time this wouldn't work.

Can anyone provide any hints or suggestions.