Any help would be greatly appreciated. I'm making an application that does some stuff involving the given subject, so this is very crucial to the completion and efficiency of my application.

What I'm in need of today is simple (well, "seems" simple). I have one listbox that I want to populate with directories file's names. I don't mean the files inside the directories, but the names of the folders inside the directory.

So, I have "c:\temp\dog", I'd click on my button or whatever and search for the directory and I choose "temp", said listbox would show "dog".

Thanks, VBForums.

UPDATE: Oh, BTW. It doesn't HAVE to be a listbox, it can be anything (IE: Textbox, Labels, Etc.).