Since you are loading the image, just set the picturebox tag value to the fielname.

VB Code:
  1. PictureBox.tag = "c:\test.jpg"
  2.  
  3. ImgName = PictureBox.tag