Combo Box

How do I show all the files in a folder in a combo box in VB.net?

I have a lot of files in a folder. Instead of typing the directory, I want the user to choose from a drop-down box (combo box). How do I show all the items in the folder, without knowing them. I [...]