Thank you to both of you for the responses.

Here is what I used. When the list is loaded it only loads the filenames of the files that are in the folder.

So I used this code to open that file"

VB Code:
  1. Dim i as long
  2. Picture1.Picture = LoadPicture("C:\Pictures\" & List1.List(i))

And I will intertwine the code you gave Jacob.

Thank you again!
Stilekid007