So the ListBox contains the path to the image right?
vb.net Code:
  1. PictureBox1.Image = Image.FromFile(Images.SelectedItem.ToString)