I don't think either the textbox/button or the listbox/buttons controls come with VB. They don't come with VB.Net, which is all I have here. The former control may exist as a 3rd party control but by the time you find one you could have written the 2 lines of code it takes to implement it. The other control would take a few more to loop through the multiple selections and add them to the listbox. A few more for the remove items button and you're done.

I took your original post to be asking if there was a pre-existing file dialog control, which there is.